Skip to content

Commit 49663eb

Browse files
committed
Include header in "depends" list
1 parent bbb8b62 commit 49663eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
if sys.platform == "win32":
2828
ddirs = ["src/pypolyline/header.h"]
2929
platform_lib = "polylineffi.dll"
30+
ddirs.append("src/pypolyline/header.h")
3031

3132

3233
extension = Extension(

0 commit comments

Comments
 (0)