Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-QT
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chandrakant Jena
VLC-QT
Commits
eceab36d
Commit
eceab36d
authored
2 years ago
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/package/win32/build.sh
+5
-0
5 additions, 0 deletions
extras/package/win32/build.sh
with
5 additions
and
0 deletions
extras/package/win32/build.sh
+
5
−
0
View file @
eceab36d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment