Skip to content

Commit

Permalink
add sys.abiflags if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto@natty32 committed Mar 26, 2011
1 parent e87e54e commit 597ee90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/python/uwsgiplugin.py
Expand Up @@ -21,6 +21,10 @@


version = sysconfig.get_config_var('VERSION')
try:
version = version + sys.abiflags
except:
pass
LIBS.append('-lpython' + version)

#if str(PYLIB_PATH) != '':
Expand Down

0 comments on commit 597ee90

Please sign in to comment.