Skip to content

Commit f1c6f3e

Browse files
Garvit ShahGarvit Shah
Garvit Shah
authored and
Garvit Shah
committed
changed changed path of liboqs.so
Signed-off-by: Garvit Shah <[email protected]>
1 parent af1a401 commit f1c6f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oqs/oqs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def _install_liboqs(target_directory, oqs_version=None):
108108

109109

110110
def _load_liboqs():
111-
home_dir = os.path.expanduser("~")
112-
oqs_install_dir = os.path.abspath(home_dir + os.path.sep + "_oqs") # $HOME/_oqs
111+
home_dir = os.path.expanduser("/opt")
112+
oqs_install_dir = os.path.abspath(home_dir + os.path.sep + "oqssa") # $HOME/_oqs
113113
oqs_lib_dir = (
114114
os.path.abspath(oqs_install_dir + os.path.sep + "bin") # $HOME/_oqs/bin
115115
if platform.system() == "Windows"

0 commit comments

Comments
 (0)