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/Main/Main.make | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Main') diff --git a/src/Main/Main.make b/src/Main/Main.make index a154a846..0cb4e15d 100755 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -81,15 +81,7 @@ CXXFLAGS += -I$(BASE_DIR)/Main #------ wxWidgets configuration ------ -ifdef TC_NO_GUI -ifdef VC_WX_STATIC -WX_CONFIG_LIBS := base -else -WX_CONFIG_LIBS := adv,core,base -endif -else WX_CONFIG_LIBS := adv,core,base -endif ifeq "$(TC_BUILD_CONFIG)" "Release" -- cgit v1.2.3