Port build-script from SDL3
[ci skip]
This commit is contained in:
parent
15bc3f25ee
commit
48aa1cccf7
7 changed files with 816 additions and 360 deletions
|
@ -29,7 +29,7 @@ done
|
|||
rev=`sh showrev.sh 2>/dev/null`
|
||||
if [ "$rev" != "" ]; then
|
||||
if [ -n "$dist" ]; then
|
||||
echo "$rev" > "$outdir/VERSION.txt"
|
||||
echo "$rev" > "$outdir/REVISION.txt"
|
||||
fi
|
||||
echo "/* Generated by updaterev.sh, do not edit */" >"$header.new"
|
||||
if [ -n "$vendor" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue