We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db92b7 commit bd4b20eCopy full SHA for bd4b20e
1 file changed
make-appimage.sh
@@ -22,11 +22,11 @@ quick-sharun \
22
/usr/bin/blender* \
23
/usr/share/blender \
24
/usr/lib/libssl.so* \
25
- /usr/lib/libtcm.so* \
26
/usr/lib/libcblas.so* \
27
/usr/lib/liblapack.so* \
28
/usr/lib/libopenblas.so* \
29
- /usr/lib/libquadmath.so*
+ /usr/lib/libquadmath.so* \
+ /opt/intel/oneapi/tcm/*/lib/libtcm.so*
30
31
# blender needs the files of its share directory relative to it
32
ln -sr ./AppDir/share/blender/* ./AppDir/bin
0 commit comments