--- a/setup.py +++ b/setup.py @@ -564,6 +564,7 @@ ext_modules = [ sources=[ "python/psautohint/_psautohint.c", ], + libraries = ['psautohint'], ), ]