mirror of
https://github.com/libretro/libretro-super
synced 2025-02-21 12:40:39 +00:00
Make my build scripts use themselves :)
This commit is contained in:
parent
bdff6efe2d
commit
97a3116c57
@ -22,7 +22,7 @@ SCRIPT="`read_link "$0"`"
|
||||
BASE_DIR="`dirname "${SCRIPT}"`"
|
||||
WORKDIR="`pwd`"
|
||||
|
||||
. ${BASE_DIR}/libretro-config.sh
|
||||
. ${BASE_DIR}/iKarith-libretro-config.sh
|
||||
|
||||
if [ -z "$RARCH_DIST_DIR" ]; then
|
||||
RARCH_DIR="${WORKDIR}/dist"
|
||||
@ -87,7 +87,7 @@ echo "CC = $CC"
|
||||
echo "CXX = $CXX"
|
||||
echo "STRIP = $STRIP"
|
||||
|
||||
. ${BASE_DIR}/libretro-build-common.sh
|
||||
. ${BASE_DIR}/iKarith-libretro-build-common.sh
|
||||
|
||||
mkdir -p "$RARCH_DIST_DIR"
|
||||
|
||||
|
@ -21,7 +21,7 @@ read_link()
|
||||
SCRIPT="`read_link "$0"`"
|
||||
BASE_DIR="`dirname "${SCRIPT}"`"
|
||||
|
||||
. ${BASE_DIR}/libretro-config.sh
|
||||
. ${BASE_DIR}/iKarith-libretro-config.sh
|
||||
|
||||
WORKDIR=$(pwd)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ./libretro-config.sh
|
||||
. ./iKarith-libretro-config.sh
|
||||
|
||||
# BSDs don't have readlink -f
|
||||
read_link()
|
||||
|
Loading…
x
Reference in New Issue
Block a user