[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):
|
def setup(pkg, **kw):
|
||||||
""" invoke distutils on a given package.
|
""" invoke distutils on a given package.
|
||||||
"""
|
"""
|
||||||
|
if 'install' in sys.argv[1:]:
|
||||||
print "precompiling greenlet module"
|
print "precompiling greenlet module"
|
||||||
try:
|
try:
|
||||||
x = py.magic.greenlet()
|
x = py.magic.greenlet()
|
||||||
|
|
Loading…
Reference in New Issue