dolphin-emu: Fix JIT recompiler broken by PIE build
https://forums.dolphin-emu.org/Thread-using-jit-recompiler-in-linux-ubuntu
This commit is contained in:
parent
f71e75fccf
commit
679aa3ade8
|
@ -3,9 +3,10 @@ only_for_archs="x86_64 x86_64-musl"
|
|||
|
||||
pkgname=dolphin-emu
|
||||
version=5.0
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="dolphin-${version}"
|
||||
build_style=cmake
|
||||
nopie=yes
|
||||
configure_args="-DUSE_X11=1 -DUSE_EGL=0
|
||||
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
Loading…
Reference in New Issue