Skip to content

Commit bd4b20e

Browse files
authored
fix
1 parent 6db92b7 commit bd4b20e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make-appimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ quick-sharun \
2222
/usr/bin/blender* \
2323
/usr/share/blender \
2424
/usr/lib/libssl.so* \
25-
/usr/lib/libtcm.so* \
2625
/usr/lib/libcblas.so* \
2726
/usr/lib/liblapack.so* \
2827
/usr/lib/libopenblas.so* \
29-
/usr/lib/libquadmath.so*
28+
/usr/lib/libquadmath.so* \
29+
/opt/intel/oneapi/tcm/*/lib/libtcm.so*
3030

3131
# blender needs the files of its share directory relative to it
3232
ln -sr ./AppDir/share/blender/* ./AppDir/bin

0 commit comments

Comments
 (0)