Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Mar 31, 2024
1 parent 0647c41 commit 88cd6db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oqs/oqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def _load_shared_obj(name, additional_searching_paths=None):
os.path.abspath(path) + os.path.sep + "lib" + name + ".dylib"
)
if platform.system() == "Linux":
print(os.path.abspath(path))
os.environ["LD_LIBRARY_PATH"] += os.path.abspath(path) # Linux
if platform.system() == "Windows":
os.environ["PATH"] += os.path.abspath(path) # Windows
Expand Down

0 comments on commit 88cd6db

Please sign in to comment.