aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/hosts/linux.mk
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2023-09-26 16:37:29 +0200
committertobtoht <tob@featherwallet.org>2023-09-26 16:46:51 +0200
commit0d763a19b81b2740778685148021e32e3e9b6f3c (patch)
tree85375dc50eadb78e37985864c92b653a6c393965 /contrib/depends/hosts/linux.mk
parentMerge pull request #8976 (diff)
downloadmonero-0d763a19b81b2740778685148021e32e3e9b6f3c.tar.xz
depends: move cmake system config to hosts files
Diffstat (limited to '')
-rw-r--r--contrib/depends/hosts/linux.mk2
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