Skip to content
Snippets Groups Projects
Commit eceab36d authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

win32: package: use WIX from contribs if it's not provided

parent 777b1104
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,11 @@ if [ ! -z "$BUILD_UCRT" ]; then
fi
fi
if [ ! -z "$WIXPATH" ]; then
# the CI didn't provide its own WIX, make sure we use our own
CONTRIBFLAGS="$CONTRIBFLAGS --enable-wix"
fi
export PATH="$PWD/contrib/$CONTRIB_PREFIX/bin":"$PATH"
if [ "$INTERACTIVE" = "yes" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment