Skip to content

Commit c2dcf21

Browse files
committed
cmake: use Saigo by default to compile NaCl binaries
1 parent 7f14127 commit c2dcf21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/DaemonGame.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ include(CMakeParseArguments)
7171
list(APPEND NACL_ALL_TARGETS "amd64" "i686" "armhf")
7272

7373
if (NOT GAME_BUILD_SUBINVOCATION)
74-
option(USE_NACL_SAIGO "Use the Saigo toolchain to build NaCl executables" OFF)
74+
option(USE_NACL_SAIGO "Use the Saigo toolchain to build NaCl executables" ON)
7575

7676
if (USE_NACL_SAIGO)
7777
set(HAS_NACL_SDK ON)

0 commit comments

Comments
 (0)