From 69d9f2a29480d3515ba32ee83fb140622e6e9c53 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sun, 22 Feb 2015 23:19:26 -0800 Subject: [PATCH] PS3 and QNX scripts should work fine with this --- libretro-build-ps3.sh | 2 +- libretro-build-qnx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-build-ps3.sh b/libretro-build-ps3.sh index 6296732b..4f153058 100755 --- a/libretro-build-ps3.sh +++ b/libretro-build-ps3.sh @@ -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 diff --git a/libretro-build-qnx.sh b/libretro-build-qnx.sh index a9da1f88..24590705 100755 --- a/libretro-build-qnx.sh +++ b/libretro-build-qnx.sh @@ -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