mirror of
https://github.com/libretro/libretro-super
synced 2025-01-13 09:38:57 +00:00
Set CC/CXX
This commit is contained in:
parent
297f5ac1ff
commit
86c9b97660
@ -620,6 +620,9 @@ case "$platform" in
|
||||
BINARY_EXT=".exe"
|
||||
FORMAT_COMPILER_TARGET="windows_msvc2010_x86"
|
||||
DIST_DIR="msvc2010_x86"
|
||||
CC="cl.exe"
|
||||
CXX="cl.exe"
|
||||
CXX11="cl.exe"
|
||||
;;
|
||||
win|*mingw32*|*MINGW32*|*MSYS_NT*)
|
||||
platform=win
|
||||
|
Loading…
Reference in New Issue
Block a user