diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-11 17:54:55 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-11 23:53:47 +0100 |
commit | 14bee5e6a227701e78c5fec04064c0494f6361f0 (patch) | |
tree | fa872d52a411e2a9f0120deebdd8494f5c7471eb /src/Makefile | |
parent | 8942b3eff3729d6c754c233d8b1fe272c6ea5eed (diff) | |
download | VeraCrypt-14bee5e6a227701e78c5fec04064c0494f6361f0.tar.gz VeraCrypt-14bee5e6a227701e78c5fec04064c0494f6361f0.zip |
Linux: fix compilation error when building console-only version of VeraCrypt that is statically linked to wxWidgets
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |