summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-02-11 16:23:32 +0100
committerjkoan <jkoan@users.noreply.github.com>2018-02-11 16:23:32 +0100
commite10b215a15e35d513f1ef4d70a085708d6e3fb77 (patch)
treec652adbd87e86c6cb7cf6c2c5a362154c6f3fd62
parent22afc587585d2afe398b11bfe1ae3d3f9eb78e1d (diff)
downloadnavit-e10b215a15e35d513f1ef4d70a085708d6e3fb77.tar.gz
Update build_win32.sh (#402)
* Update build_win32.sh * Update build_win32.sh
-rw-r--r--ci/build_win32.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build_win32.sh b/ci/build_win32.sh
index 47b05b9d2..cb05c9b49 100644
--- a/ci/build_win32.sh
+++ b/ci/build_win32.sh
@@ -1,8 +1,8 @@
-apt-get update && apt-get install -y mingw32 mingw32-binutils mingw32-runtime default-jdk nsis
+apt-get update && apt-get install -y mingw32 mingw32-binutils mingw32-runtime default-jdk nsis libsaxonb-java
mkdir win32
pushd win32
-cmake -Dbinding/python:BOOL=FALSE -DSAMPLE_MAP=n -DCMAKE_TOOLCHAIN_FILE=../Toolchain/mingw32.cmake ../ && make -j $(nproc --all) && make -j $(nproc --all) package
+cmake -Dbinding/python:BOOL=FALSE -DSAMPLE_MAP=n -DXSLTS=windows -DCMAKE_TOOLCHAIN_FILE=../Toolchain/mingw32.cmake ../ && make -j $(nproc --all) && make -j $(nproc --all) package
popd
cp win32/*.exe $CIRCLE_ARTIFACTS/