mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
gobject-introspection: *-musl cross broken
This commit is contained in:
parent
0674a6e010
commit
c9117f19cf
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ if [ "$CROSS_BUILD" ]; then
|
|||
-Dpkgconfig-sysroot-path=${XBPS_CROSS_BASE}"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) ;;
|
||||
*-musl) broken="Errors out when building any package that uses gir" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
# Install our wrappers system-wide, they are required for building all other
|
||||
# gobject-based packages.
|
||||
|
|
Loading…
Add table
Reference in a new issue