Skip to content
Snippets Groups Projects
Commit a1fe249f authored by calrama's avatar calrama
Browse files

Bundle required windows shared libraries

parent 20c66274
Branches
Tags 0.6.4
No related merge requests found
Pipeline #37503 passed
......@@ -22,7 +22,13 @@ if __name__ == "__main__":
for path in Path("vendor").glob("*/bin"):
env["PATH"] += f"{pathsep}{path}"
shared_libraries = []
shared_libraries = [
"zlib1",
"bz2",
"libpng16",
"brotlidec",
"brotlicommon",
]
elif system() == "Linux":
shared_libraries = [
"gmpxx.so.4",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment