File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ function(_add_target_variant_c_compile_flags)
380380 endif ()
381381
382382 if (SWIFT_STDLIB_TASK_TO_THREAD_MODEL_CONCURRENCY)
383- list (APPEND result "-D" "SWIFT_STDLIB_TASK_TO_THREAD_MODEL_CONCURRENCY " )
383+ list (APPEND result "-DSWIFT_STDLIB_TASK_TO_THREAD_MODEL_CONCURRENCY " )
384384 endif ()
385385
386386 string (TOUPPER "${SWIFT_SDK_${CFLAGS_SDK} _THREADING_PACKAGE}" _threading_package)
@@ -411,7 +411,7 @@ function(_add_target_variant_c_compile_flags)
411411 endif ()
412412
413413 if (SWIFT_STDLIB_ENABLE_UNICODE_DATA)
414- list (APPEND result "-D" "SWIFT_STDLIB_ENABLE_UNICODE_DATA " )
414+ list (APPEND result "-DSWIFT_STDLIB_ENABLE_UNICODE_DATA " )
415415 endif ()
416416
417417 if (SWIFT_STDLIB_CONCURRENCY_TRACING)
You can’t perform that action at this time.
0 commit comments