From 14bee5e6a227701e78c5fec04064c0494f6361f0 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 11 Dec 2019 17:54:55 +0100 Subject: Linux: fix compilation error when building console-only version of VeraCrypt that is statically linked to wxWidgets --- src/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f102a28c..1b084421 100644 --- a/src/Makefile +++ b/src/Makefile @@ -70,7 +70,6 @@ endif ifeq "$(origin NOGUI)" "command line" export TC_NO_GUI := 1 C_CXX_FLAGS += -DTC_NO_GUI - WX_CONFIGURE_FLAGS += --disable-gui endif ifdef PKCS11_INC -- cgit v1.2.3