Skip to content

Commit

Permalink
Removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal committed Sep 7, 2015
1 parent 2f0ddd0 commit 66c7e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion find_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def append_links(pkg, kw):

def pkgconfig(*packages, **kw):
try:
raise "TEST"
flag_map = {'-I': 'include_dirs', '-L': 'library_dirs', '-l': 'libraries'}
status, response = commands.getstatusoutput("pkg-config --libs --cflags {}".format(' '.join(packages)))
if status != 0:
Expand Down

0 comments on commit 66c7e2e

Please sign in to comment.