mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-emulation/box64: fix wrong USE flag in conditional
Had a typo in src_configure Signed-off-by: Richard-Rogalski <rrogalski@tutanota.com>
This commit is contained in:
@@ -22,7 +22,7 @@ BDEPEND=""
|
||||
src_configure() {
|
||||
local -a mycmakeargs=(
|
||||
-DNOGIT=1
|
||||
-DARM_DYNAREC=$(usex jit)
|
||||
-DARM_DYNAREC=$(usex aot)
|
||||
)
|
||||
|
||||
use ppc64 && mycmakeargs+=( -DPPC64LE=1 )
|
||||
|
||||
Reference in New Issue
Block a user