build-all.py - opencollada patch to support config package on Unix

This commit is contained in:
Andrej730
2025-09-23 15:34:09 +05:00
parent 2f4f7d6374
commit bb4b7dae52
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -892,6 +892,10 @@ if "libxml2" in targets:
if "OpenCOLLADA" in targets:
patches = ["./patches/opencollada/pr622_and_disable_subdirs.patch"]
# This patch allows static libraries config on Unix,
# because the config is weird and doesn't allow non-shared libraries on Unix.
patches.append("./patches/opencollada/allow_static_libraries_config_on_unix.patch")
if "wasm" in flags:
# This is necessary for the WASM build, because recent versions of
# clang don't have the tr1:: namespace anymore. However, it breaks