Skip to content

Commit

Permalink
Add quotes to support Xcode paths with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoomey3 committed Sep 8, 2020
1 parent 086b13f commit c961e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GCC_BIN=`xcrun --sdk iphoneos --find gcc`
SDK=`xcrun --sdk iphoneos --show-sdk-path`
GCC_BIN="`xcrun --sdk iphoneos --find gcc`"
SDK="`xcrun --sdk iphoneos --show-sdk-path`"
#support iPhone 3GS and above, delete armv6 to avoid SDK error
ARCH_FLAGS=-arch armv7 -arch armv7s -arch arm64

Expand Down

0 comments on commit c961e54

Please sign in to comment.