Skip to content

Commit 3783559

Browse files
fix(ci):Add the headers path to the setup.py on the wheels
1 parent ea0a843 commit 3783559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/python/wheels.github/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def arefiles(files):
7878
('MOORDYN_MAJOR_VERSION', '${MOORDYN_MAJOR_VERSION}'),
7979
('MOORDYN_MINOR_VERSION', '${MOORDYN_MINOR_VERSION}'),
8080
('MOORDYN_PATCH_VERSION', '${MOORDYN_PATCH_VERSION}')]
81-
include_dirs = ['install/include/moordyn']
81+
include_dirs = [MOORDYN_PATH, 'install/include/moordyn']
8282
library_dirs = ['install/lib/', 'install/lib64/']
8383
libraries = ['moordyn']
8484

0 commit comments

Comments
 (0)