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)
380
380
endif ()
381
381
382
382
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 " )
384
384
endif ()
385
385
386
386
string (TOUPPER "${SWIFT_SDK_${CFLAGS_SDK} _THREADING_PACKAGE}" _threading_package )
@@ -411,7 +411,7 @@ function(_add_target_variant_c_compile_flags)
411
411
endif ()
412
412
413
413
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 " )
415
415
endif ()
416
416
417
417
if (SWIFT_STDLIB_CONCURRENCY_TRACING )
You can’t perform that action at this time.
0 commit comments