mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
dist-scripts: Don't use the 'source' builtin.
The 'source' builtin is not POSIX and not all of the build environments have it. For example the wiiu build log report: ./wiiu-cores.sh: 8: ./wiiu-cores.sh: source: not found
This commit is contained in:
parent
31a30f1496
commit
ae6524a7f5
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source ../version.all
|
. ../version.all
|
||||||
PLATFORM=$1
|
PLATFORM=$1
|
||||||
SALAMANDER=no
|
SALAMANDER=no
|
||||||
MAKEFILE_GRIFFIN=no
|
MAKEFILE_GRIFFIN=no
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# and icons (https://github.com/libretro/retroarch-assets/tree/master/pkg/wiiu) to this directory then run
|
# and icons (https://github.com/libretro/retroarch-assets/tree/master/pkg/wiiu) to this directory then run
|
||||||
# the script. the output will be in retroarch/pkg/wiiu
|
# the script. the output will be in retroarch/pkg/wiiu
|
||||||
|
|
||||||
source ../version.all
|
. ../version.all
|
||||||
|
|
||||||
platform=wiiu
|
platform=wiiu
|
||||||
EXT=a
|
EXT=a
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
source ../version.all
|
. ../version.all
|
||||||
platform=wiiu
|
platform=wiiu
|
||||||
EXT=a
|
EXT=a
|
||||||
scriptDir=
|
scriptDir=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user