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

Adding windows dll to the build

parent c9e3d312
Branches
Tags v0.1.0
No related merge requests found
File added
File added
...@@ -17,6 +17,13 @@ excludes = [] ...@@ -17,6 +17,13 @@ excludes = []
packages = ["libnacl", "pylibscrypt"] packages = ["libnacl", "pylibscrypt"]
includefiles = [] includefiles = []
if sys.platform == "win32":
includefiles.append("platforms/win32/libEGL.dll")
includefiles.append("platforms/win32/libsodium.dll")
elif sys.platform == "darwin":
pass
else:
pass
options = {"path": sys.path, options = {"path": sys.path,
"includes": includes, "includes": includes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment