liquid-dsp: i686 is different from i686-musl
This commit is contained in:
parent
101b00b31f
commit
bdc86a74da
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ distfiles="https://github.com/jgaeddert/liquid-dsp/archive/v${version}.tar.gz"
|
|||
checksum=e3f66ce72a3b5d74eea5ccffb049c62c422c91b0ab92d6dbbef21af3c3bfec73
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) configure_args+=" --exec-prefix=/usr" ;;
|
||||
i686) configure_args+=" --exec-prefix=" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue