Skip to content

Commit

Permalink
generate alternatively named libs for ios simulator, so can be droppe…
Browse files Browse the repository at this point in the history
…d in same xcode project
  • Loading branch information
ianmaclarty committed May 29, 2018
1 parent bb3e18d commit ee0c0fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ make TARGET=ios64.release LUAVM=$luavm
make TARGET=iossim.release LUAVM=$luavm
./scripts/gen_ios_universal.sh $luavm
./scripts/gen_ios_info_plist.sh $luavm
for f in `find builds/iossim/$luavm/release/bin/ -name "*.a"`; do
cp $f `dirname $f`/sim_`basename $f`
done

0 comments on commit ee0c0fb

Please sign in to comment.