mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
detect MSYS2 as windows
This commit is contained in:
parent
faf1cf104e
commit
6f3f4f11c4
@ -39,7 +39,7 @@ case "$platform" in
|
|||||||
FORMAT_EXT='dylib'
|
FORMAT_EXT='dylib'
|
||||||
FORMAT_COMPILER_TARGET=osx
|
FORMAT_COMPILER_TARGET=osx
|
||||||
DIST_DIR=osx;;
|
DIST_DIR=osx;;
|
||||||
win|*mingw32*|*MINGW32*)
|
win|*mingw32*|*MINGW32*|*MSYS_NT*)
|
||||||
FORMAT_EXT='dll'
|
FORMAT_EXT='dll'
|
||||||
FORMAT_COMPILER_TARGET=win
|
FORMAT_COMPILER_TARGET=win
|
||||||
DIST_DIR=win_x86;;
|
DIST_DIR=win_x86;;
|
||||||
|
Loading…
Reference in New Issue
Block a user