mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +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
|
||||
|
||||
source ../version.all
|
||||
. ../version.all
|
||||
PLATFORM=$1
|
||||
SALAMANDER=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
|
||||
# the script. the output will be in retroarch/pkg/wiiu
|
||||
|
||||
source ../version.all
|
||||
. ../version.all
|
||||
|
||||
platform=wiiu
|
||||
EXT=a
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
source ../version.all
|
||||
. ../version.all
|
||||
platform=wiiu
|
||||
EXT=a
|
||||
scriptDir=
|
||||
|
Loading…
Reference in New Issue
Block a user