File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ IF (NOT DEFINED WALRUS_HOST)
5252 SET (WALRUS_HOST "android" )
5353 ELSEIF (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" )
5454 SET (WALRUS_HOST "darwin" )
55- SET (WALRUS_APPLE ON )
5655 ELSE ()
5756 SET (WALRUS_HOST "linux" )
5857 ENDIF ()
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ ELSEIF (${WALRUS_HOST} STREQUAL "darwin")
187187 SET (WALRUS_THIRDPARTY_CFLAGS ${WALRUS_THIRDPARTY_CFLAGS} -UHAVE_PTHREAD_GETATTR_NP -UUSE_GET_STACKBASE_FOR_MAIN)
188188 SET (WALRUS_BUILD_64BIT ON )
189189 SET (WALRUS_BUILD_64BIT_LARGE ON )
190+ add_compile_definitions (WALRUS_APPLE)
190191ELSEIF (${WALRUS_HOST} STREQUAL "windows" )
191192 # in windows, default stack limit is 1MB
192193 # but expand stack to 8MB when building to exe for running test
You can’t perform that action at this time.
0 commit comments