From 8a950b14759aa5639914b92cabff99f1cbcf9ac9 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 1 Sep 2016 12:53:32 +0200 Subject: [PATCH] Fix compilation of ifcopenshell-python in nix build script --- nix/build-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/build-all.sh b/nix/build-all.sh index f75be91f93..90a6345f4c 100755 --- a/nix/build-all.sh +++ b/nix/build-all.sh @@ -382,6 +382,7 @@ for PYTHON_VERSION in "${PYTHON_VERSIONS[@]}"; do -DPYTHON_EXECUTABLE=$PYTHON_EXECUTABLE -DPYTHON_INCLUDE_DIR=$PYTHON_INCLUDE -DSWIG_EXECUTABLE=$DEPS_DIR/install/swig/bin/swig + -DCOLLADA_SUPPORT=OFF " $CMAKE_DIR printf "\rBuilding python $PYTHON_VERSION wrapper... "