mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-27 13:33:29 +01:00
MacOSX: Disable libtiff support in wxWidget full build
This commit is contained in:
parent
210827d27c
commit
a23da988d2
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user