mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-04 16:25:14 +08:00
fix: Don't exit if libgtk is not found (#7711)
This commit is contained in:
parent
97c60be44b
commit
fac32eca7d
@ -1,4 +1,4 @@
|
|||||||
FOUND_GTK3=$(dpkg -l libgtk* | grep gtk-3)
|
FOUND_GTK3=$(dpkg -l libgtk* | grep gtk-3 || echo '')
|
||||||
|
|
||||||
REQUIRED_DEV_PACKAGES=(
|
REQUIRED_DEV_PACKAGES=(
|
||||||
autoconf
|
autoconf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user