Author: Maciej Fijalkowski <[email protected]>
Branch: pypy-in-a-box
Changeset: r56128:9a085a677d27
Date: 2012-07-18 14:11 +0200
http://bitbucket.org/pypy/pypy/changeset/9a085a677d27/
Log: oops, add entry points to required
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -348,7 +348,8 @@
requires=[("translation.rweakref", True)]),
BoolOption("withembeddingapi",
"enable embedding API",
- default=True),
+ default=True,
+ requires=[("translation.secondaryentrypoints",
"embedding")]),
]),
])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit