diff options
author | tobtoht <tob@featherwallet.org> | 2023-09-26 16:37:29 +0200 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-09-26 16:46:51 +0200 |
commit | 0d763a19b81b2740778685148021e32e3e9b6f3c (patch) | |
tree | 85375dc50eadb78e37985864c92b653a6c393965 /contrib/depends/hosts/darwin.mk | |
parent | Merge pull request #8976 (diff) | |
download | monero-0d763a19b81b2740778685148021e32e3e9b6f3c.tar.xz |
depends: move cmake system config to hosts files
Diffstat (limited to 'contrib/depends/hosts/darwin.mk')
-rw-r--r-- | contrib/depends/hosts/darwin.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/depends/hosts/darwin.mk b/contrib/depends/hosts/darwin.mk index 79d449054..3f7e035a4 100644 --- a/contrib/depends/hosts/darwin.mk +++ b/contrib/depends/hosts/darwin.mk @@ -19,3 +19,5 @@ darwin_debug_CFLAGS=-O1 darwin_debug_CXXFLAGS=$(darwin_debug_CFLAGS) darwin_native_toolchain=native_cctools darwin_sdk + +darwin_cmake_system=Darwin |