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/linux.mk | |
parent | Merge pull request #8976 (diff) | |
download | monero-0d763a19b81b2740778685148021e32e3e9b6f3c.tar.xz |
depends: move cmake system config to hosts files
Diffstat (limited to '')
-rw-r--r-- | contrib/depends/hosts/linux.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/depends/hosts/linux.mk b/contrib/depends/hosts/linux.mk index 912fdb03c..0f9379f4a 100644 --- a/contrib/depends/hosts/linux.mk +++ b/contrib/depends/hosts/linux.mk @@ -30,3 +30,5 @@ i686_linux_CXX=$(default_host_CXX) -m32 x86_64_linux_CC=$(default_host_CC) -m64 x86_64_linux_CXX=$(default_host_CXX) -m64 endif + +linux_cmake_system=Linux |