mirror of https://github.com/AxioDL/metaforce.git
soxr CMAKE_CROSSCOMPILING fix
This commit is contained in:
parent
f1c9034cd2
commit
8fb6b1d12d
|
@ -12,6 +12,7 @@ project(urde)
|
|||
option(URDE_CROSSCOMPILING "Don't build tools; attempt package import" Off)
|
||||
if (URDE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING On)
|
||||
set(HAVE_WORDS_BIGENDIAN_EXITCODE 0)
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
|
Loading…
Reference in New Issue