0ad: touch template (didn't rebuild on musl?)

This commit is contained in:
q66 2021-03-03 11:48:31 +01:00
parent 5c9a42e83a
commit e578313252

View file

@ -20,6 +20,7 @@ nocross="uses bundled third-party libraries that do not cross-compile"
CXXFLAGS="-fpermissive"
# Use BFD linker to avoid erroneous detection of llvm pr8927 with *-musl
LDFLAGS="-fuse-ld=bfd"
export WX_CONFIG="wx-config-gtk3"
if [ "$XBPS_TARGET_LIBC" = musl ]; then