PS3 and QNX scripts should work fine with this

This commit is contained in:
T. Joseph Carter 2015-02-22 23:19:26 -08:00
parent 9926aa60cb
commit 69d9f2a294
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ FORMAT_EXT=a
JOBS=7
MAKE=make
. ./libretro-build-common.sh
. "$BASE_DIR/libretro-build-common.sh"
if [ $1 ]; then
$1

View File

@ -17,7 +17,7 @@ CC="qcc -Vgcc_ntoarmv7le"
CXX="QCC -Vgcc_ntoarmv7le"
CXX11="QCC -Vgcc_ntoarmv7le"
. ./libretro-build-common.sh
. "$BASE_DIR/libretro-build-common.sh"
if [ $1 ]; then
$1