1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-01-04 12:48:12 -06:00

Linux/MacOSX: put entries at line start and use tabs instead of spaces

This commit is contained in:
Mounir IDRASSI
2023-11-19 16:44:48 +01:00
parent 65a5bf914e
commit 1a21ea8d73
2 changed files with 95 additions and 95 deletions

View File

@@ -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