0ad: touch template (didn't rebuild on musl?)
This commit is contained in:
parent
5c9a42e83a
commit
e578313252
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue