diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 1b084421..f881c87e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -69,7 +69,8 @@ endif ifeq "$(origin NOGUI)" "command line" export TC_NO_GUI := 1 - C_CXX_FLAGS += -DTC_NO_GUI + C_CXX_FLAGS += -DTC_NO_GUI -DwxUSE_GUI=0 + WX_CONFIGURE_FLAGS += --disable-gui endif ifdef PKCS11_INC |