mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pypy3: Fix typo in --jit-backend, #621384
This commit is contained in:
@@ -102,7 +102,7 @@ src_configure() {
|
||||
$(usex jit -Ojit -O2)
|
||||
$(usex sandbox --sandbox '')
|
||||
|
||||
--jit_backend=auto
|
||||
--jit-backend=auto
|
||||
|
||||
pypy/goal/targetpypystandalone
|
||||
)
|
||||
|
||||
@@ -100,7 +100,7 @@ src_configure() {
|
||||
$(usex jit -Ojit -O2)
|
||||
$(usex sandbox --sandbox '')
|
||||
|
||||
--jit_backend=auto
|
||||
--jit-backend=auto
|
||||
|
||||
pypy/goal/targetpypystandalone
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user