mirror of
https://github.com/libretro/libretro-super
synced 2025-03-29 10:20:19 +00:00
do not set all these variables unless building cores
This commit is contained in:
parent
a071920a69
commit
1c7547f495
@ -61,6 +61,9 @@ if [ "${CORE_JOB}" == "YES" ]; then
|
||||
echo $RESULT
|
||||
}
|
||||
|
||||
# set a few extra variables with libretro-config.sh
|
||||
. $WORK/libretro-config.sh
|
||||
|
||||
SCRIPT=$(read_link "$0")
|
||||
echo "SCRIPT: $SCRIPT"
|
||||
BASE_DIR=$(dirname "$SCRIPT")
|
||||
@ -164,9 +167,6 @@ if [ "${CORE_JOB}" == "YES" ]; then
|
||||
}
|
||||
fi
|
||||
|
||||
# set a few extra variables with libretro-config.sh
|
||||
. $WORK/libretro-config.sh
|
||||
|
||||
# set jobs to 2 if not specified
|
||||
if [ -z "$JOBS" ]; then
|
||||
JOBS=2
|
||||
|
Loading…
x
Reference in New Issue
Block a user