Skip to content

Commit f102d69

Browse files
authored
Merge pull request #9 from hhslepicka/fix_import
FIX: The compiler include section is not under the subfolder.
2 parents 4dd6dda + 6d99f3d commit f102d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
sources=['pyca/pyca.cc'],
2222
include_dirs=['pyca', epics_inc,
2323
epics_inc + '/os/' + libsrc,
24-
epics_inc + '/os/compiler/' + compiler,
24+
epics_inc + '/compiler/' + compiler,
2525
numpy_inc],
2626
library_dirs=[epics_lib,numpy_lib],
2727
runtime_library_dirs=[epics_lib,numpy_lib],

0 commit comments

Comments
 (0)