Skip to content

Commit 88cd6db

Browse files
committed
test
1 parent 0647c41 commit 88cd6db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oqs/oqs.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def _load_shared_obj(name, additional_searching_paths=None):
4747
os.path.abspath(path) + os.path.sep + "lib" + name + ".dylib"
4848
)
4949
if platform.system() == "Linux":
50+
print(os.path.abspath(path))
5051
os.environ["LD_LIBRARY_PATH"] += os.path.abspath(path) # Linux
5152
if platform.system() == "Windows":
5253
os.environ["PATH"] += os.path.abspath(path) # Windows

0 commit comments

Comments
 (0)