Skip to content

Commit d2b5a8e

Browse files
authored
Merge pull request #34873 from compnerd/pythony
build: handle spaces in Xcode better (NFC)
2 parents 3d942d7 + f18dbf2 commit d2b5a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-script-impl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ function set_build_options_for_host() {
479479
watchos-* | \
480480
watchsimulator-*)
481481
swift_cmake_options+=(
482-
-DPython2_EXECUTABLE=$(xcrun -f python2.7)
483-
-DPython3_EXECUTABLE=$(xcrun -f python3)
482+
-DPython2_EXECUTABLE="$(xcrun -f python2.7)"
483+
-DPython3_EXECUTABLE="$(xcrun -f python3)"
484484
)
485485
case ${host} in
486486
macosx-x86_64)

0 commit comments

Comments
 (0)