Skip to content

Commit

Permalink
Merge pull request #225 from Roland0511/fix_ios_compile_bug
Browse files Browse the repository at this point in the history
"set development target to xxxx" in line 45 should be commented out
  • Loading branch information
pangweiwei authored Jan 3, 2018
2 parents 60a445b + 3b6f591 commit 0f935b0
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 0f935b0

Please sign in to comment.