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 @@ -1454,7 +1454,7 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
1454
1454
-D${PRODUCT} _PATH_TO_CMARK_BUILD:PATH=" $( build_directory $deployment_target cmark) "
1455
1455
)
1456
1456
1457
- if [[ " ${CMAKE_GENERATOR} " != " Ninja " ]] ; then
1457
+ if [[ " ${CMAKE_GENERATOR} " == " Xcode " ]] ; then
1458
1458
swift_cmake_options=(
1459
1459
" ${swift_cmake_options[@]-} "
1460
1460
-D${PRODUCT} _CMARK_LIBRARY_DIR:PATH=$( build_directory $deployment_target cmark) /src/$CMARK_BUILD_TYPE
@@ -1521,7 +1521,7 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
1521
1521
;;
1522
1522
1523
1523
swift)
1524
- cmake_options=(${COMMON_CMAKE_OPTIONS[@]} )
1524
+ cmake_options=(" ${COMMON_CMAKE_OPTIONS[@]} " )
1525
1525
if [[ " $USE_GOLD_LINKER " ]]; then
1526
1526
# Swift will selectively use the gold linker on all
1527
1527
# parts except building the standard library. We
You can’t perform that action at this time.
0 commit comments