mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Rename libretro-build-common-console.sh to libretro-build-common.sh
This commit is contained in:
parent
4fb2082ac4
commit
fee6cfed6e
@ -13,7 +13,7 @@ JOBS=7
|
||||
|
||||
export IOSSDK=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/
|
||||
|
||||
. ./libretro-build-common-console.sh
|
||||
. ./libretro-build-common.sh
|
||||
|
||||
if [ $1 ]; then
|
||||
$1
|
||||
|
@ -11,7 +11,7 @@ FORMAT_EXT=a
|
||||
JOBS=7
|
||||
|
||||
. ./libretro-build-common-gx.sh
|
||||
. ./libretro-build-common-console.sh
|
||||
. ./libretro-build-common.sh
|
||||
|
||||
if [ $1 ]; then
|
||||
$1
|
||||
|
@ -10,7 +10,7 @@ FORMAT_COMPILER_TARGET_ALT=sncps3
|
||||
FORMAT_EXT=a
|
||||
JOBS=7
|
||||
|
||||
. ./libretro-build-common-console.sh
|
||||
. ./libretro-build-common.sh
|
||||
|
||||
if [ $1 ]; then
|
||||
$1
|
||||
|
@ -10,7 +10,7 @@ FORMAT_COMPILER_TARGET_ALT=qnx
|
||||
FORMAT_EXT=so
|
||||
JOBS=7
|
||||
|
||||
. ./libretro-build-common-console.sh
|
||||
. ./libretro-build-common.sh
|
||||
|
||||
if [ $1 ]; then
|
||||
$1
|
||||
|
@ -11,7 +11,7 @@ FORMAT_EXT=a
|
||||
JOBS=7
|
||||
|
||||
. ./libretro-build-common-gx.sh
|
||||
. ./libretro-build-common-console.sh
|
||||
. ./libretro-build-common.sh
|
||||
|
||||
if [ $1 ]; then
|
||||
$1
|
||||
|
@ -27,7 +27,7 @@ else
|
||||
FORMAT_COMPILER_TARGET_ALT=unix
|
||||
fi
|
||||
|
||||
. ./libretro-build-common-console.sh
|
||||
. ./libretro-build-common.sh
|
||||
|
||||
# BSDs don't have readlink -f
|
||||
read_link()
|
||||
|
Loading…
Reference in New Issue
Block a user