mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
11 lines
195 B
Diff
11 lines
195 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -564,6 +564,7 @@ ext_modules = [
|
|
sources=[
|
|
"python/psautohint/_psautohint.c",
|
|
],
|
|
+ libraries = ['psautohint'],
|
|
),
|
|
]
|
|
|