mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 17:53:28 +00:00
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)
|
option(URDE_CROSSCOMPILING "Don't build tools; attempt package import" Off)
|
||||||
if (URDE_CROSSCOMPILING)
|
if (URDE_CROSSCOMPILING)
|
||||||
set(CMAKE_CROSSCOMPILING On)
|
set(CMAKE_CROSSCOMPILING On)
|
||||||
|
set(HAVE_WORDS_BIGENDIAN_EXITCODE 0)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user