git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8df8caa
)
--prefix was being set to empty - fix that.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 29 Oct 2008 16:54:08 +0000
(16:54 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 29 Oct 2008 16:54:08 +0000
(16:54 +0000)
filesystem/mingw32-configure.sh
patch
|
blob
|
history
diff --git
a/filesystem/mingw32-configure.sh
b/filesystem/mingw32-configure.sh
index
73bb0ad
..
a8ed8fe
100755
(executable)
--- 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 \
"$@"