Skip to content

Commit ee7260f

Browse files
[test] Fix SWIFT_STDLIB_SINGLE_THREADED_RUNTIME to be TRUE instead of YES
YES/NO style is not compatible with lit.site.cfg.in tempalte
1 parent 7beed27 commit ee7260f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/caches/Runtime-WASI-wasm32.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ set(SWIFT_STDLIB_ENABLE_THINCMO YES CACHE BOOL "")
2727
# build with the host compiler
2828
set(SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER YES CACHE BOOL "")
2929

30-
set(SWIFT_STDLIB_SINGLE_THREADED_RUNTIME YES CACHE BOOL "")
30+
set(SWIFT_STDLIB_SINGLE_THREADED_RUNTIME TRUE CACHE BOOL "")

0 commit comments

Comments
 (0)