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

Bundle required windows shared libraries

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