Skip to content

Commit

Permalink
add ios helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ddok committed Jan 7, 2017
1 parent 4ddd8c5 commit 3becb86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prepare_bgfx_ios.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cd 3rdparty/bgfx
../bx/tools/bin/darwin/genie --gcc=ios-arm64 ninja
cd .build/projects/ninja-ios-arm64
make config=debug clean
make config=release clean
make config=debug bgfx
make config=release bgfx

0 comments on commit 3becb86

Please sign in to comment.