gobject-introspection: *-musl cross broken
This commit is contained in:
parent
0674a6e010
commit
c9117f19cf
@ -25,6 +25,11 @@ if [ "$CROSS_BUILD" ]; then
|
|||||||
-Dpkgconfig-sysroot-path=${XBPS_CROSS_BASE}"
|
-Dpkgconfig-sysroot-path=${XBPS_CROSS_BASE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64-musl) ;;
|
||||||
|
*-musl) broken="Errors out when building any package that uses gir" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Install our wrappers system-wide, they are required for building all other
|
# Install our wrappers system-wide, they are required for building all other
|
||||||
# gobject-based packages.
|
# gobject-based packages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user