MacOSX: Disable libtiff support in wxWidget full build

This commit is contained in:
Mounir IDRASSI 2024-06-23 16:54:43 +02:00
parent 210827d27c
commit a23da988d2
No known key found for this signature in database
GPG Key ID: C2FF2438CD26E3B7

View File

@ -553,6 +553,11 @@ endif
else
WX_CONFIGURE_FLAGS += --disable-graphics_ctx
endif
else
# Disable libtiff on macOS
ifeq "$(PLATFORM)" "MacOSX"
WX_CONFIGURE_FLAGS += --without-libtiff
endif
endif