mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 15:50:28 -08:00
Fix 32bit depends builds
Add architecture flags when cmake invokes gcc manually. Add 32bit to Travis.
This commit is contained in:
@@ -78,5 +78,9 @@ elseif(ARCHITECTURE STREQUAL "aarch64")
|
||||
set(BUILD_64 ON)
|
||||
endif()
|
||||
|
||||
if(ARCHITECTURE STREQUAL "i686" AND CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
SET(LINUX_32 ON)
|
||||
endif()
|
||||
|
||||
#Create a new global cmake flag that indicates building with depends
|
||||
set (DEPENDS true)
|
||||
|
||||
Reference in New Issue
Block a user