Skip to content

Commit

Permalink
Correct use of the new parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 23, 2016
1 parent 76eecc7 commit ef071e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion swig/build.sh
Expand Up @@ -16,7 +16,7 @@ function buildMacOSX()

function buildAndroidArm()
{
$BOOST_ROOT/b2 --user-config=config/android-arm-config.jam toolset=gcc-arm target-os=linux location=bin/android/armeabi-v7a
$BOOST_ROOT/b2 --user-config=config/android-arm-config.jam toolset=gcc-arm target-os=linux location=bin/android/armeabi-v7a wrap-posix=on
$TOOLCHAINS_ROOT/android-arm/bin/arm-linux-androideabi-strip --strip-unneeded -x bin/android/armeabi-v7a/libjlibtorrent.so
}

Expand Down
1 change: 0 additions & 1 deletion swig/config/android-arm-config.jam
Expand Up @@ -11,5 +11,4 @@ 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 ef071e9

Please sign in to comment.