Skip to content
Snippets Groups Projects
Commit ce4ce985 authored by inso's avatar inso
Browse files

Linux build

parent 5d4e9779
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ else:
libsodium_path = ""
print(QtCore.QCoreApplication.libraryPaths())
# Check if we are in Conda env
if 'CONDA_DEFAULT_ENV' in os.environ:
libsodium_path = os.path.join(os.environ['CONDA_DEFAULT_ENV'], "lib",
if 'CONDA_ENV_PATH' in os.environ:
libsodium_path = os.path.join(os.environ['CONDA_ENV_PATH'], "lib",
"libsodium.so.13")
includefiles.append((libsodium_path, "libsodium.so.13"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment