lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ac53148 08/10: Build only 32-bit binaries for


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ac53148 08/10: Build only 32-bit binaries for now
Date: Tue, 30 Apr 2019 22:17:56 -0400 (EDT)

branch: master
commit ac5314870e03cfa1c5ad6fd079125add67062c2a
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Build only 32-bit binaries for now
---
 install_msw.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/install_msw.sh b/install_msw.sh
index 244d05f..6cd4a10 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -200,7 +200,9 @@ make $coefficiency --output-sync=recurse -f 
install_miscellanea.make
 # it's the one installed to /opt/lmi/bin/ when this script ends.
 export LMI_COMPILER=gcc
 export LMI_TRIPLET
-for LMI_TRIPLET in x86_64-w64-mingw32 i686-w64-mingw32 ;
+# triplets=${triplets:-"x86_64-w64-mingw32 i686-w64-mingw32"}
+triplets=${triplets:-"i686-w64-mingw32"}
+for LMI_TRIPLET in "$triplets" ;
 do
     make $coefficiency --output-sync=recurse -f install_libxml2_libxslt.make
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]