mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +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/
|
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
|
if [ $1 ]; then
|
||||||
$1
|
$1
|
||||||
|
@ -11,7 +11,7 @@ FORMAT_EXT=a
|
|||||||
JOBS=7
|
JOBS=7
|
||||||
|
|
||||||
. ./libretro-build-common-gx.sh
|
. ./libretro-build-common-gx.sh
|
||||||
. ./libretro-build-common-console.sh
|
. ./libretro-build-common.sh
|
||||||
|
|
||||||
if [ $1 ]; then
|
if [ $1 ]; then
|
||||||
$1
|
$1
|
||||||
|
@ -10,7 +10,7 @@ FORMAT_COMPILER_TARGET_ALT=sncps3
|
|||||||
FORMAT_EXT=a
|
FORMAT_EXT=a
|
||||||
JOBS=7
|
JOBS=7
|
||||||
|
|
||||||
. ./libretro-build-common-console.sh
|
. ./libretro-build-common.sh
|
||||||
|
|
||||||
if [ $1 ]; then
|
if [ $1 ]; then
|
||||||
$1
|
$1
|
||||||
|
@ -10,7 +10,7 @@ FORMAT_COMPILER_TARGET_ALT=qnx
|
|||||||
FORMAT_EXT=so
|
FORMAT_EXT=so
|
||||||
JOBS=7
|
JOBS=7
|
||||||
|
|
||||||
. ./libretro-build-common-console.sh
|
. ./libretro-build-common.sh
|
||||||
|
|
||||||
if [ $1 ]; then
|
if [ $1 ]; then
|
||||||
$1
|
$1
|
||||||
|
@ -11,7 +11,7 @@ FORMAT_EXT=a
|
|||||||
JOBS=7
|
JOBS=7
|
||||||
|
|
||||||
. ./libretro-build-common-gx.sh
|
. ./libretro-build-common-gx.sh
|
||||||
. ./libretro-build-common-console.sh
|
. ./libretro-build-common.sh
|
||||||
|
|
||||||
if [ $1 ]; then
|
if [ $1 ]; then
|
||||||
$1
|
$1
|
||||||
|
@ -27,7 +27,7 @@ else
|
|||||||
FORMAT_COMPILER_TARGET_ALT=unix
|
FORMAT_COMPILER_TARGET_ALT=unix
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. ./libretro-build-common-console.sh
|
. ./libretro-build-common.sh
|
||||||
|
|
||||||
# BSDs don't have readlink -f
|
# BSDs don't have readlink -f
|
||||||
read_link()
|
read_link()
|
||||||
|
Loading…
Reference in New Issue
Block a user