Skip to content

Commit

Permalink
Bootstrapping: Bootstrap the Mac OS X JamPlus automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
jjensen committed Aug 31, 2016
1 parent 7d3743d commit 677293b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions BootstrapJamPlus-macosx64
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
git submodule update --init
cd Tools/JamPlus
./bootstrap-macosx64.sh
cd ../..

3 changes: 2 additions & 1 deletion CreateJamXcodeWorkspace.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
jam --workspace -gen=xcode -config=CreateJamXcodeWorkspace.config Jamfile.jam .build
./BootstrapJamPlus-macosx64
Tools/JamPlus/bin/macosx64/jam --workspace -gen=xcode -config=CreateJamXcodeWorkspace.config Jamfile.jam .build

0 comments on commit 677293b

Please sign in to comment.