Skip to content

Commit

Permalink
"set development target to xxxx" in line 45 should be commented out
Browse files Browse the repository at this point in the history
That is not executable code :)
  • Loading branch information
Roland0511 committed Dec 28, 2017
1 parent 60a445b commit 3b6f591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ make HOST_CC="gcc -std=c99" CROSS="$ISDKP" TARGET_FLAGS="$ISDKF" TARGET=arm64 TA
# add simulator support
ISDK=$IXCODE/Platforms/iPhoneSimulator.platform/Developer
ISDKVER=iPhoneSimulator.sdk
set development target to 8.0
# set development target to 9.0
DEVTAR=9.0
ISDKP=/usr/bin/

Expand Down

0 comments on commit 3b6f591

Please sign in to comment.