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.
2 parents 6a6b505 + 02b4b6e commit 73d1943Copy full SHA for 73d1943
Sources/Tools/plutil/CMakeLists.txt
@@ -8,7 +8,7 @@ target_link_libraries(plutil PRIVATE
8
if(NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows")
9
target_link_options(plutil PRIVATE "SHELL:-no-toolchain-stdlib-rpath")
10
11
- string(REPLACE " " ";" ARGS_LIST ${CMAKE_Swift_FLAGS})
+ string(REPLACE " " ";" ARGS_LIST "${CMAKE_Swift_FLAGS}")
12
execute_process(
13
COMMAND ${CMAKE_Swift_COMPILER} ${ARGS_LIST} -print-target-info
14
OUTPUT_VARIABLE output
0 commit comments