mirror of
https://github.com/monero-project/monero.git
synced 2026-01-23 04:44:23 +01:00
depends: set several missing build tags
This commit is contained in:
@@ -136,11 +136,21 @@ endif()
|
|||||||
if(ARCHITECTURE STREQUAL "i686")
|
if(ARCHITECTURE STREQUAL "i686")
|
||||||
SET(ARCH_ID "i386")
|
SET(ARCH_ID "i386")
|
||||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||||
|
set(BUILD_TAG "linux-x86")
|
||||||
SET(LINUX_32 ON)
|
SET(LINUX_32 ON)
|
||||||
|
elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||||
|
set(BUILD_TAG "win-x32")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ARCHITECTURE STREQUAL "x86_64")
|
if(ARCHITECTURE STREQUAL "x86_64")
|
||||||
|
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||||
|
set(BUILD_TAG "linux-x64")
|
||||||
|
elseif(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
|
||||||
|
set(BUILD_TAG "freebsd-x64")
|
||||||
|
elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||||
|
set(BUILD_TAG "win-x64")
|
||||||
|
endif()
|
||||||
SET(ARCH_ID "x86_64")
|
SET(ARCH_ID "x86_64")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user