mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
openttd: use rev instead of branch to workaround fetch issue
This commit is contained in:
parent
34e306cc76
commit
fe9e3f9567
@ -1,6 +1,7 @@
|
||||
[source]
|
||||
git = "https://github.com/OpenTTD/OpenTTD.git"
|
||||
branch = "release/1.8"
|
||||
#TODO: fix issues with this: branch = "release/1.8"
|
||||
rev = "231402fb4bea0a0d6a16cef90764d9e7aa699c53"
|
||||
shallow_clone = true
|
||||
patches = ["redox.patch"]
|
||||
|
||||
@ -41,4 +42,4 @@ if [ -d "${COOKBOOK_STAGE}/usr/bin" ]
|
||||
then
|
||||
find "${COOKBOOK_STAGE}/usr/bin" -type f -exec "${TARGET}-strip" -v {} ';'
|
||||
fi
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user