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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user