Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit dbde137

Browse files
committed
Corrected escaping issue in makefile.
1 parent 431d79e commit dbde137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# iOS Build variables.
22
SDKVER=$(xcodebuild -showsdks | fgrep "iphoneos" | tail -n 1 | awk '{print $2}')
33
DEVROOT=$(xcode-select -print-path)/Platforms/iPhoneOS.platform/Developer
4-
IOSSDKROOT=$DEVROOT/SDKs/iPhoneOS$SDKVER.sdk
4+
IOSSDKROOT=$DEVROOT/SDKs/iPhoneOS$(SDKVER).sdk
55

66
# Version of packages that will be compiled by this meta-package
77
PYTHON_VERSION=2.7.1

0 commit comments

Comments
 (0)