mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
PS3 and QNX scripts should work fine with this
This commit is contained in:
parent
9926aa60cb
commit
69d9f2a294
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user