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,6 +52,7 @@ 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)
5556 ELSE()
5657 SET(WALRUS_HOST "linux")
5758 ENDIF()
Original file line number Diff line number Diff line change @@ -187,7 +187,6 @@ 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- SET (WALRUS_APPLE ON)
191190ELSEIF (${WALRUS_HOST} STREQUAL "windows")
192191 # in windows, default stack limit is 1MB
193192 # but expand stack to 8MB when building to exe for running test
You can’t perform that action at this time.
0 commit comments