mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
fix: Don't exit if libgtk is not found (#7711)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FOUND_GTK3=$(dpkg -l libgtk* | grep gtk-3)
|
||||
FOUND_GTK3=$(dpkg -l libgtk* | grep gtk-3 || echo '')
|
||||
|
||||
REQUIRED_DEV_PACKAGES=(
|
||||
autoconf
|
||||
|
||||
Reference in New Issue
Block a user