From a23da988d2e8912bf2daad9135eccfe362f1a71d Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 23 Jun 2024 16:54:43 +0200 Subject: MacOSX: Disable libtiff support in wxWidget full build --- src/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index d7f84148..e6bdd44d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 -- cgit v1.2.3