From 7d1365b667b39ffa83467affb9331e7109918326 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] --prefix was being set to empty - fix that. --- filesystem/mingw32-configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/mingw32-configure.sh b/filesystem/mingw32-configure.sh index 73bb0ad..a8ed8fe 100755 --- a/filesystem/mingw32-configure.sh +++ b/filesystem/mingw32-configure.sh @@ -35,5 +35,5 @@ CFLAGS="$mingw32_cflags" \ ./configure \ --host=$mingw32_host \ --target=$mingw32_target \ - --prefix=$_mingw32_prefix \ + --prefix=$mingw32_prefix \ "$@" -- 1.8.3.1