summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2016-08-15 14:52:12 +0200
committerMorten Johan Sørvig <morten.sorvig@qt.io>2016-10-31 09:05:57 +0000
commit8ea021503d2070e7951aec5f5a54badb03c63f63 (patch)
tree70094cc092befea9e771192675a0334416b6bc9e
parent36be116213078c4c7386c780b6b275e09e15b2ed (diff)
Skip xmlpatterns again.
(Does not build) Change-Id: Ia1a600290465b6c987f1ad8e377591084aec9896 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
-rwxr-xr-xnacl-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/nacl-configure b/nacl-configure
index 69438a1956..1dc1c146e6 100755
--- a/nacl-configure
+++ b/nacl-configure
@@ -236,7 +236,7 @@ if [[ $TOOLCHAIN != "host" ]]; then
NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -no-sse2"
fi
# misc
-NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -no-qpa-platform-guard -no-warnings-are-errors -no-qml-debug -no-dbus"
+NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -no-qpa-platform-guard -skip xmlpatterns -no-warnings-are-errors -no-qml-debug -no-dbus"
# Newlib is static builds only.
if [[ $QT_MKSPEC == *newlib* ]]