Fix build and documente check info
This commit is contained in:
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user