summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2015-02-09 16:15:08 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2015-02-09 16:15:08 +0100
commita0de2e721f64e3d62b60bf940fd3ecfdf2a44a6b (patch)
tree42d9adb5332b6b239af41a97e965b80babae9b43
parentfe065c62b2080e82312ea4a0acaa833aea6a93b8 (diff)
downloadmsitools-a0de2e721f64e3d62b60bf940fd3ecfdf2a44a6b.tar.gz
msitools-a0de2e721f64e3d62b60bf940fd3ecfdf2a44a6b.tar.xz
msitools-a0de2e721f64e3d62b60bf940fd3ecfdf2a44a6b.zip
wxi: gcc depends on winpthreads these days
-rw-r--r--data/wixl/gcc.wxi3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/wixl/gcc.wxi b/data/wixl/gcc.wxi
index 011a2d4..4df0de1 100644
--- a/data/wixl/gcc.wxi
+++ b/data/wixl/gcc.wxi
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
+<?require winpthreads.wxi?>
+
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="INSTALLDIR">
@@ -19,6 +21,7 @@
</Fragment>
<Fragment>
<ComponentGroup Id="CG.gcc">
+ <ComponentGroupRef Id="CG.winpthreads"/>
<ComponentRef Id="cmp23A396DF6DA34DEDBF531E5264BF86AA"/>
<ComponentRef Id="cmp94EF633C9D64EF2F94885691030F7EB7"/>
</ComponentGroup>