Skip to content

Commit

Permalink
Missing bjam import.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 23, 2016
1 parent 9da5274 commit 76eecc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions swig/Jamfile
@@ -1,4 +1,5 @@
import os ;
import feature : feature ;

BOOST_ROOT = [ os.environ BOOST_ROOT ] ;
ECHO "BOOST_ROOT = "$(BOOST_ROOT) ;
Expand Down
1 change: 1 addition & 0 deletions swig/config/android-arm-config.jam
Expand Up @@ -11,4 +11,5 @@ using gcc : arm : $(TOOLCHAINS_ROOT)/android-arm/bin/arm-linux-androideabi-g++ :
<cxxflags>-fno-strict-aliasing
<cxxflags>-std=c++11
<cxxflags>-static
<wrap-prosix>on
;

0 comments on commit 76eecc7

Please sign in to comment.