Browse Source

swi-prolog: prevent build failure on some environment configurations

android-5
Leonid Plyushch 6 years ago
committed by Fredrik Fornwall
parent
commit
2738161360
  1. 6
      packages/swi-prolog/build.sh

6
packages/swi-prolog/build.sh

@ -49,7 +49,11 @@ termux_step_host_build() {
-DSWIPL_PACKAGES=ON \
-DUSE_GMP=OFF \
-DBUILD_TESTING=ON \
-DSWIPL_SHARED_LIB=OFF
-DSWIPL_SHARED_LIB=OFF \
-DSWIPL_PACKAGES_BDB=OFF \
-DSWIPL_PACKAGES_ODBC=OFF \
-DSWIPL_PACKAGES_QT=OFF \
-DSWIPL_PACKAGES_X=OFF
ninja
unset LDFLAGS

Loading…
Cancel
Save