mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-01 13:17:21 +02:00
Add --reset flag to meson subprojects update
This prevents us from exiting early, as meson will return non zero.
This commit is contained in:
parent
41191dc607
commit
49dc7ee49b
@ -12,7 +12,7 @@ VERSION=$(git describe --tags --dirty)
|
||||
git archive HEAD --format=tar --prefix=${NAME}-${VERSION}/ --output=${NAME}-${VERSION}.tar
|
||||
# get code from subprojects
|
||||
meson subprojects download
|
||||
meson subprojects update
|
||||
meson subprojects update --reset
|
||||
tar -rf ${NAME}-${VERSION}.tar --exclude-vcs --transform="s,^subprojects,${NAME}-$VERSION/subprojects," subprojects/inih-r54/
|
||||
# compress archive
|
||||
xz -9 "${NAME}-${VERSION}.tar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user