Skip to content

Commit

Permalink
print out the libs and halt
Browse files Browse the repository at this point in the history
  • Loading branch information
matelakat committed Aug 8, 2013
1 parent 9cbdfc7 commit 5c2ee6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uwsgiconfig.py
Expand Up @@ -397,6 +397,8 @@ def build_uwsgi(uc, print_only=False):
t.join()

print("*** uWSGI linking ***")
print libs
assert False
ldline = "%s -o %s %s %s %s" % (GCC, bin_name, ' '.join(uniq_warnings(ldflags)),
' '.join(map(add_o, gcc_list)), ' '.join(uniq_warnings(libs)))
print(ldline)
Expand Down

0 comments on commit 5c2ee6b

Please sign in to comment.