We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f14127 commit c2dcf21Copy full SHA for c2dcf21
1 file changed
cmake/DaemonGame.cmake
@@ -71,7 +71,7 @@ include(CMakeParseArguments)
71
list(APPEND NACL_ALL_TARGETS "amd64" "i686" "armhf")
72
73
if (NOT GAME_BUILD_SUBINVOCATION)
74
- option(USE_NACL_SAIGO "Use the Saigo toolchain to build NaCl executables" OFF)
+ option(USE_NACL_SAIGO "Use the Saigo toolchain to build NaCl executables" ON)
75
76
if (USE_NACL_SAIGO)
77
set(HAS_NACL_SDK ON)
0 commit comments