1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

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

View File

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