From 0c999f02ffcd61fcace0cc2d045056a82992a100 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 19 Dec 2014 17:33:38 +0100 Subject: Win32: fix installer Still unsure about .o file (should they be shipped for the native_compute machinery or .cmxs suffice?) --- dev/make-installer-win32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/make-installer-win32.sh') diff --git a/dev/make-installer-win32.sh b/dev/make-installer-win32.sh index 0a39e8d76e..e21a16b77f 100755 --- a/dev/make-installer-win32.sh +++ b/dev/make-installer-win32.sh @@ -5,7 +5,7 @@ ZIP=_make.zip URL1=http://sourceforge.net/projects/gnuwin32/files/make/3.81/make-3.81-bin.zip/download URL2=http://sourceforge.net/projects/gnuwin32/files/make/3.81/make-3.81-dep.zip/download -./configure -prefix ./ -with-doc no -no-native-compiler +./configure -prefix ./ -with-doc no make if [ ! -e bin/make.exe ]; then wget -O $ZIP $URL1 && 7z x $ZIP "bin/*" -- cgit v1.2.3