mixxx: unbreak on x86_64-musl
Even if not working, we need it to unstage the repos. It can be broken again later.
This commit is contained in:
parent
c760bdbe99
commit
acdd7417a8
|
@ -21,10 +21,6 @@ _scons_args="shoutcast=1 faad=1 tuned=0 prefix=/usr qt5=1 qtdir=/usr/include/qt5
|
|||
|
||||
nocross=https://build.voidlinux.eu/builders/armv7l_builder/builds/7882/steps/shell_3/logs/stdio
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) broken="Segmentation fault";;
|
||||
esac
|
||||
|
||||
do_build() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) find plugins -type f -exec sed -i "{}" \
|
||||
|
|
Loading…
Reference in New Issue