Skip to content

Commit

Permalink
Merge pull request #92 from BBN-Q/fix/nt-path-fix
Browse files Browse the repository at this point in the history
Fix for windows path issue.
  • Loading branch information
gribeill committed Jun 13, 2018
2 parents fa5cb1b + a68a142 commit 1d222b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/aps2.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
libpath = find_library("aps2")
if libpath is None:
libpath = find_library("libaps2")
libaps2 = CDLL(libpath)
# if we still can't find it, then look in python prefix (where conda stores binaries)
if libpath is None:
libpath = sys.prefix + suffix
Expand Down

0 comments on commit 1d222b7

Please sign in to comment.