mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-17 01:40:05 +00:00
CONFIGURE: Fix cross-compilation with mxe mingw
This commit is contained in:
parent
e8c2671de8
commit
de77d9b71e
4
configure
vendored
4
configure
vendored
@ -3413,10 +3413,12 @@ if test -n "$_host"; then
|
||||
_zlib=yes
|
||||
;;
|
||||
*mingw32*)
|
||||
_sdlconfig=$_host-sdl-config
|
||||
_sdlconfig=$_host-sdl2-config
|
||||
_libcurlconfig=$_host-curl-config
|
||||
_windres=$_host-windres
|
||||
_ar="$_host-ar cr"
|
||||
_ranlib=$_host-ranlib
|
||||
_strip=$_host-strip
|
||||
;;
|
||||
mips-sgi*)
|
||||
append_var LDFLAGS "-static-libgcc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user