hi,
in the script itself these settings:
---------------------------------
# XXX Should make these configurable.
my $mingw32_prefix = '/usr/i686-pc-mingw32/sys-root/mingw';
my $mingw32_bindir = $mingw32_prefix . '/bin';
my $mingw32_libdir = $mingw32_prefix . '/lib';
my $mingw32_sysconfdir = $mingw32_prefix . '/etc';
---------------------------------
can be set by
rpm --eval %{_mingw32_xxx}
it's be cleaner and more flexible.
also hard coded: i686-pc-mingw32-objdump to %_mingw32_objdump
and in the manual the path:
/usr/i686-pc-mingw32/sys-root/mingw/
can be somehow evaluated.

-- 
  Levente                               "Si vis pacem para bellum!"
_______________________________________________
fedora-mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw

Reply via email to