VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Main.make
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main/Main.make')
-rwxr-xr-xsrc/Main/Main.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make
index 0cb4e15d..18efba64 100755
--- a/src/Main/Main.make
+++ b/src/Main/Main.make
@@ -81,7 +81,11 @@ CXXFLAGS += -I$(BASE_DIR)/Main
81 81
82#------ wxWidgets configuration ------ 82#------ wxWidgets configuration ------
83 83
84ifdef TC_NO_GUI
85WX_CONFIG_LIBS := base
86else
84WX_CONFIG_LIBS := adv,core,base 87WX_CONFIG_LIBS := adv,core,base
88endif
85 89
86ifeq "$(TC_BUILD_CONFIG)" "Release" 90ifeq "$(TC_BUILD_CONFIG)" "Release"
87 91