From: Fredrik Fornwall Date: Thu, 4 May 2017 20:14:23 +0000 (+0200) Subject: boost: Disable python for now X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/5a69a4d971519d2e8ab01e0d1677153ea5f08479?ds=inline boost: Disable python for now --- diff --git a/packages/boost/build.sh b/packages/boost/build.sh index b11818f1..73d4cb70 100644 --- a/packages/boost/build.sh +++ b/packages/boost/build.sh @@ -35,6 +35,7 @@ termux_step_make_install() { --without-coroutine \ --without-context \ --without-log \ + --without-python \ cxxflags="$CXXFLAGS" \ link=shared \ threading=multi \