dev-python/pypy3: Fix typo in --jit-backend, #621384

This commit is contained in:
Michał Górny
2017-06-10 11:35:49 +02:00
parent 8a617c2367
commit ab5f39c6dd
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ src_configure() {
$(usex jit -Ojit -O2)
$(usex sandbox --sandbox '')
--jit_backend=auto
--jit-backend=auto
pypy/goal/targetpypystandalone
)

View File

@@ -100,7 +100,7 @@ src_configure() {
$(usex jit -Ojit -O2)
$(usex sandbox --sandbox '')
--jit_backend=auto
--jit-backend=auto
pypy/goal/targetpypystandalone
)