Somehow this change wasn't sent along with the previous commit..
This commit is contained in:
parent
3dbb3430d6
commit
b136c92f83
@ -21,5 +21,9 @@
|
||||
# This is a useful command-line script through which one can use the
|
||||
# macros from mingw32-macros.mingw32 cross-compilation.
|
||||
|
||||
NAME="_`basename $0|tr -- - _`"
|
||||
if [ "`basename $0`" = "i686-pc-mingw32-pkg-config" ] ; then
|
||||
NAME="_mingw32_pkg_config"
|
||||
else
|
||||
NAME="_`basename $0|tr -- - _`"
|
||||
fi
|
||||
eval "`rpm --eval "%{$NAME}"`" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user