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