Skip to content

Commit

Permalink
Merge pull request #9 from hhslepicka/fix_import
Browse files Browse the repository at this point in the history
FIX: The compiler include section is not under the  subfolder.
  • Loading branch information
ZLLentz authored Mar 1, 2018
2 parents 4dd6dda + 6d99f3d commit f102d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sources=['pyca/pyca.cc'],
include_dirs=['pyca', epics_inc,
epics_inc + '/os/' + libsrc,
epics_inc + '/os/compiler/' + compiler,
epics_inc + '/compiler/' + compiler,
numpy_inc],
library_dirs=[epics_lib,numpy_lib],
runtime_library_dirs=[epics_lib,numpy_lib],
Expand Down

0 comments on commit f102d69

Please sign in to comment.