There was an error while loading. Please reload this page.
1 parent 4c91d20 commit 7fcce9cCopy full SHA for 7fcce9c
src/CMakeLists.txt
@@ -109,12 +109,12 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
109
_CRT_NONSTDC_NO_WARNINGS
110
_CRT_SECURE_NO_WARNINGS)
111
elseif(CMAKE_SYSTEM_NAME STREQUAL Android)
112
- target_compile_definitions(dispatch PRIVATE
+ target_compile_options(dispatch PRIVATE
113
-U_GNU_SOURCE)
114
endif()
115
if(DISPATCH_ENABLE_ASSERTS)
116
target_compile_definitions(dispatch PRIVATE
117
- -DDISPATCH_DEBUG=1)
+ DISPATCH_DEBUG=1)
118
119
120
if("${CMAKE_C_SIMULATE_ID}" STREQUAL "MSVC")
0 commit comments