Skip to content

Commit

Permalink
Disable EPT on mxe builds (missing zstd dependancy)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 12, 2020
1 parent 223bd46 commit afff8ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ms-windows/mxe/build-mxe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if [[ "$COMMAND" != *"package"* ]]; then
-DENABLE_TESTS=OFF \
-DWITH_QSPATIALITE=ON \
-DWITH_APIDOC=OFF \
-DWITH_EPT=OFF \
-DWITH_QWTPOLAR=ON \
-DWITH_ASTYLE=OFF \
-DWITH_SERVER=OFF \
Expand Down

1 comment on commit afff8ba

@elpaso
Copy link
Contributor

@elpaso elpaso commented on afff8ba Jan 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nyalldawson actually zstd is in the mxe packages: https://mxe.cc/#packages do you want me to add it to the docker image?

Please sign in to comment.