Skip to content

Commit

Permalink
Also set library_dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Apr 15, 2024
1 parent 8e71605 commit 5505089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brian2/codegen/runtime/GSLcython_rt/GSLcython_rt.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def compile(self):
if prefs.GSL.directory is not None:
print("adding GSL directory:", prefs.GSL.directory)
self.include_dirs += [prefs.GSL.directory]
self.library_dirs += [prefs.GSL.directory]
try:
print("include dirs are", self.include_dirs)
super().compile()
Expand Down

0 comments on commit 5505089

Please sign in to comment.