Skip to content

Commit

Permalink
misc/ios: quote paths
Browse files Browse the repository at this point in the history
The paths may contain spaces. Quote them.

Change-Id: I1f67085a1e7c40f60282c2fea7104fb44a01e310
Reviewed-on: https://go-review.googlesource.com/c/go/+/254739
Run-TryBot: Cherry Zhang <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Trust: Dmitri Shuralyov <[email protected]>
  • Loading branch information
cherrymui committed Sep 14, 2020
1 parent 86dbeef commit c0c396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ios/clangwrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ else
exit 1
fi

exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=10.0 "$@"
exec "$CLANG" -arch $CLANGARCH -isysroot "$SDK_PATH" -mios-version-min=10.0 "$@"

0 comments on commit c0c396b

Please sign in to comment.