Skip to content

Commit

Permalink
Print out where we add libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
matelakat committed Aug 8, 2013
1 parent 5c2ee6b commit eaf8d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uwsgiconfig.py
Expand Up @@ -355,6 +355,7 @@ def build_uwsgi(uc, print_only=False):
path + '/' + cfile + '.o', path + '/' + cfile)
gcc_list.append('%s/%s' % (path, cfile))

print "[ADDING LIBRARY]", up['LIBS']
libs += up['LIBS']

if uwsgi_os == 'Darwin':
Expand Down

0 comments on commit eaf8d0b

Please sign in to comment.