From 0791d4f67ee4bc61c38d66220de0df465e15b3c7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 17 Sep 2017 16:31:39 +0200 Subject: [PATCH] Update libretro-config.sh --- libretro-config.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libretro-config.sh b/libretro-config.sh index 35173e6c..17128d49 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -537,6 +537,10 @@ case "$platform" in FORMAT_COMPILER_TARGET=xbox360_msvc2010 FORMAT_COMPILER_TARGET_ALT=xbox360_msvc2010 FORMAT=_xdk360 + BINARY_EXT=.exe + + CC="$XEDK/bin/win32/cl.exe" + CXX="$XEDK/bin/win32/cl.exe" ;;