add sys.abiflags if necessary

This commit is contained in:
roberto@natty32
2011-03-26 09:27:30 +01:00
parent e87e54ea28
commit 597ee90041
+4
View File
@@ -21,6 +21,10 @@ else:
version = sysconfig.get_config_var('VERSION')
try:
version = version + sys.abiflags
except:
pass
LIBS.append('-lpython' + version)
#if str(PYLIB_PATH) != '':