mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 11:13:02 +02:00
depends: Add host-specific cmake_system_version variables
This commit is contained in:
@@ -39,4 +39,7 @@ 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_name=Linux
|
||||
# Refer to doc/dependencies.md for the minimum required kernel.
|
||||
linux_cmake_system_version=3.17.0
|
||||
|
||||
Reference in New Issue
Block a user