Fix build and documente check info

This commit is contained in:
2026-06-19 18:02:24 +02:00
parent 5ed95e455c
commit 029a7c3b38
3 changed files with 63 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
LIB_PATHS="$(find /opt/blender-libs -type d -name lib | paste -sd: -)"
export LD_LIBRARY_PATH="${LIB_PATHS}:${LD_LIBRARY_PATH}"
exec /usr/local/bin/blender "$@"