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.
WASI
1 parent ffed0b1 commit a885d4bCopy full SHA for a885d4b
CMakeLists.txt
@@ -57,7 +57,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
57
$<$<COMPILE_LANGUAGE:C,CXX>:U_TIMEZONE=_timezone>
58
$<$<COMPILE_LANGUAGE:C,CXX>:_CRT_SECURE_NO_DEPRECATE>
59
$<$<COMPILE_LANGUAGE:C,CXX>:U_PLATFORM_USES_ONLY_WIN32_API>)
60
-elseif(CMAKE_SYSTEM_NAME STREQUAL WASI)
+elseif(CMAKE_SYSTEM_NAME STREQUAL "WASI")
61
# WASI specific settings
62
add_compile_definitions(
63
$<$<COMPILE_LANGUAGE:C,CXX>:U_HAVE_TZSET=0>
0 commit comments