Skip to content

Commit 8911385

Browse files
committed
quotes
1 parent 54dc823 commit 8911385

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
@@ -484,8 +484,8 @@ function set_build_options_for_host() {
484484
-DPython3_EXECUTABLE="$(xcrun -f python3)"
485485
)
486486
lldb_cmake_options+=(
487-
-DPython2_EXECUTABLE=$(xcrun -f python2.7)
488-
-DPython3_EXECUTABLE=$(xcrun -f python3)
487+
-DPython2_EXECUTABLE="$(xcrun -f python2.7)"
488+
-DPython3_EXECUTABLE="$(xcrun -f python3)"
489489
)
490490
case ${host} in
491491
macosx-x86_64)

0 commit comments

Comments
 (0)