Browse Source

boost: Disable python for now

android-5
Fredrik Fornwall 8 years ago
parent
commit
5a69a4d971
  1. 1
      packages/boost/build.sh

1
packages/boost/build.sh

@ -35,6 +35,7 @@ termux_step_make_install() {
--without-coroutine \ --without-coroutine \
--without-context \ --without-context \
--without-log \ --without-log \
--without-python \
cxxflags="$CXXFLAGS" \ cxxflags="$CXXFLAGS" \
link=shared \ link=shared \
threading=multi \ threading=multi \

Loading…
Cancel
Save