CMake: Respect the ARCH env variable
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bdfe7dac17
commit
83651b4b90
@ -12,7 +12,7 @@ set(LUNA_BASE ${CMAKE_CURRENT_LIST_DIR}/base)
|
|||||||
|
|
||||||
set(ARCH $ENV{ARCH})
|
set(ARCH $ENV{ARCH})
|
||||||
|
|
||||||
if(NOT DEFINED $ENV{ARCH})
|
if(NOT DEFINED ARCH)
|
||||||
set(ARCH "x86_64")
|
set(ARCH "x86_64")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user