[msitools] wxi: gcc depends on winpthreads these days



commit a0de2e721f64e3d62b60bf940fd3ecfdf2a44a6b
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Mon Feb 9 16:15:08 2015 +0100

    wxi: gcc depends on winpthreads these days

 data/wixl/gcc.wxi |    3 +++
 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]