[gnumeric] Win32: setup wine with WINEARCH=win32



commit cb27c9f93a906c2107f7407ae4eba253b3d90648
Author: Morten Welinder <terra gnome org>
Date:   Tue Dec 23 10:40:00 2014 -0500

    Win32: setup wine with WINEARCH=win32

 tools/win32/ChangeLog |    5 +++++
 tools/win32/build     |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index ca4b9d8..5adeec3 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-23  Morten Welinder  <terra gnome org>
+
+       * build (archive_dir): Set WINEARCH=win32.  The help compiler is
+       otherwise unhappy.
+
 2014-12-20  Morten Welinder <terra gnome org>
 
        * build (archive_dir): Wine seems to have changed a bit.  Make up
diff --git a/tools/win32/build b/tools/win32/build
index 337673a..831586d 100755
--- a/tools/win32/build
+++ b/tools/win32/build
@@ -15,6 +15,7 @@ if [ -z "${builddir}" -o -z "${srcdir}" -o -z "${build}" ]; then
 fi
 
 export WINEPREFIX="${builddir}/wine"
+export WINEARCH=win32
 WINEDIR="${WINEPREFIX}/drive_c"
 archive_dir="${builddir}/archive"
 export JH_PREFIX="${builddir}/${build}"


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