tkanmae / levmar

Python binding to the levmar library using Cython
Other
19 stars 9 forks source link

Fix setup.py for include_dirs being None #9

Closed antonl closed 8 years ago

antonl commented 8 years ago

Sometimes the include dirs are None and this causes an error upon appending them. This commit fixes that error and compilation works on Mac OS X.

antonl commented 8 years ago

Sorry, accidentally created an extra pull request instead of pushing to this one. Disregard this.