Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 884f0a4

Browse files
committed
Merge pull request #6 from famousgarkin/patch-1
fixed C lib paths in nodebox/setup.py
2 parents e2e7a46 + 8457d51 commit 884f0a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nodebox/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"""
6262

6363
ext_modules = [
64-
Extension('cGeo', ['nodebox/ext/cGeo.c']),
65-
Extension('cPathmatics', ['nodebox/ext/cPathmatics.c']),
66-
Extension('cPolymagic', ['nodebox/ext/gpc.c', 'nodebox/ext/cPolymagic.m'], extra_link_args=['-framework', 'AppKit', '-framework', 'Foundation'])
64+
Extension('cGeo', ['libs/cGeo/cGeo.c']),
65+
Extension('cPathmatics', ['libs/pathmatics/pathmatics.c']),
66+
Extension('cPolymagic', ['libs/polymagic/gpc.c', 'libs/polymagic/polymagic.m'], extra_link_args=['-framework', 'AppKit', '-framework', 'Foundation'])
6767
]
6868

6969
packages = ['nodebox', 'nodebox.graphics', 'nodebox.util', 'nodebox.geo']

0 commit comments

Comments
 (0)