mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
webkit2gtk: handle i686-musl the same as i686
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
eb7925da02
commit
f7c684d305
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ esac
|
|||
|
||||
# JIT conflicts with sampling_profiler
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686|ppc*|mips*|arm*) ;;
|
||||
i686*|ppc*|mips*|arm*) ;;
|
||||
*-musl) build_options_default+=" jit" ;;
|
||||
*) build_options_default+=" jit sampling_profiler" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue