[svn r38821] hum, only do the precompiled greenlet if we are invoked
with install --HG-- branch : trunk
This commit is contained in:
parent
0a4d47a4c7
commit
f6040733dc
|
@ -135,6 +135,7 @@ def set_registry_value(reg, key, value_name, value):
|
|||
def setup(pkg, **kw):
|
||||
""" invoke distutils on a given package.
|
||||
"""
|
||||
if 'install' in sys.argv[1:]:
|
||||
print "precompiling greenlet module"
|
||||
try:
|
||||
x = py.magic.greenlet()
|
||||
|
|
Loading…
Reference in New Issue