VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 23ff8c48..a2c6f834 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -189,8 +189,8 @@ endif
ifeq "$(origin WOLFCRYPT)" "command line"
ENABLE_WOLFCRYPT := 1
- C_CXX_FLAGS += -DWOLFCRYPT_BACKEND
- export LIBS += -lwolfssl
+ C_CXX_FLAGS += -DWOLFCRYPT_BACKEND
+ export LIBS += -lwolfssl
export LD_LIBRARY_PATH=/usr/local/lib
endif