Skip to content

Commit

Permalink
#43 add include dirs output in setup.py before the compiler tries to …
Browse files Browse the repository at this point in the history
…use them
  • Loading branch information
myselfhimself committed Dec 2, 2020
1 parent de9996c commit e36db32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
print("Define macros:")
print(define_macros)

print("Include dirs:")
print(include_dirs)

# Static CPython gmic.so embedding libgmic.so.2
gmic_module = Extension(
"gmic",
Expand Down

0 comments on commit e36db32

Please sign in to comment.