orcaslicer/flatpak
Vasily Khoruzhick 16e532f73e
libslic3r: include tbb/spin_mutex to fix compilation error (#7505)
PrintObject.cpp references tbb::spin_mutex, thus it needs to include
tbb/spin_mutex. Otherwise compilation fails with:

error: ‘spin_mutex’ is not a member of ‘tbb’

Supersedes #7057
2024-11-28 22:32:54 +08:00
..
images Flatpak build (#4175) 2024-05-25 09:11:19 +08:00
patches libslic3r: include tbb/spin_mutex to fix compilation error (#7505) 2024-11-28 22:32:54 +08:00
.gitignore Flatpak build (#4175) 2024-05-25 09:11:19 +08:00
entrypoint Fix flatpak build (#7283) 2024-11-12 00:06:23 +08:00
io.github.softfever.OrcaSlicer.metainfo.xml Flatpak build (#4175) 2024-05-25 09:11:19 +08:00
io.github.softfever.OrcaSlicer.yml libslic3r: include tbb/spin_mutex to fix compilation error (#7505) 2024-11-28 22:32:54 +08:00
README.md Flatpak build (#4175) 2024-05-25 09:11:19 +08:00
umount Flatpak build (#4175) 2024-05-25 09:11:19 +08:00

OrcaSlicer

This is basically a copy of com.bambulab.BambuStudio. As such, same rules apply here as does over there.