Fix minetest build failure (@ least try :p)
-> There is no VERS_{MAJOR,MINOR,PATCH}, only VERSION_*. -> The --system=linux-x86_64 has been removed by upstream since the last release
This commit is contained in:
parent
e3a0fa1625
commit
17e68b7b0e
|
@ -41,7 +41,7 @@ Build:0.4.12.12,12
|
|||
Build:0.4.13.13,13
|
||||
commit=d44fceac7e1237b00c6431ee1bb5805b602d0dcd
|
||||
prebuild=mkdir ../../games/minetest_game && cp -R $$MinetestGame$$/* ../../games/minetest_game && \
|
||||
sed -i 's/ --system=linux-x86_64//' Makefile
|
||||
sed -i 's/VERS_MAJOR/VERSION_MAJOR/;s/VERS_MINOR/VERSION_MINOR/;s/VERS_PATCH/VERSION_PATCH/' Makefile
|
||||
output=bin/Minetest-release-unsigned.apk
|
||||
subdir=build/android
|
||||
srclibs=MinetestGame@2392842948b114670334eabbb593b66e1427747c
|
||||
|
|
Loading…
Reference in a new issue