mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
dolphin-emu: support for i686 with SSE2
At least, this unstage the i686 builder for now.
This commit is contained in:
parent
c71bb6a77e
commit
99e7daef69
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,7 @@ _rcheevos_commit=3af1e2fc5188d6e932ee379942f4049ea877e648
|
|||
_vma_commit=d9a2e4641ba4808e803ff555be132f280366ab47
|
||||
_spirv_cross_commit=b8e742c91ba47eb3238c939ee11ec9ba2ba247bf
|
||||
#Version/hash pair can be found at https://dolphin-emu.org/download/
|
||||
archs="x86_64* aarch64* ppc64le*"
|
||||
archs="x86_64* aarch64* ppc64le* i686"
|
||||
create_wrksrc=yes
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_SHARED_ENET=ON
|
||||
|
@ -56,6 +56,10 @@ checksum="ef9af8103ec35808a6250b7eadda1a33877719ffb2aad2d65571843e7ae0f69a
|
|||
6f65717f6b4b4cf1a5f37bcc60708b6a78f6ae316d460107ad57b8b15f7a2b42"
|
||||
nopie=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) CFLAGS=-msse2 ;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|aarch64*) ;;
|
||||
*) configure_args+=" -DENABLE_GENERIC=ON" ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue