VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authoralt3r 3go <alt3r.3go@protonmail.com>2019-12-09 17:43:33 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-12-09 17:43:33 +0100
commit0364a36f84b2a08c690ec008d4cbb160bdf27a67 (patch)
treea6b9f9968539a06603f4ff5e3b8f18434e27e3ae /src/Makefile
parent07bb27e3b94ee26128d5c7f800cdcf3232ff281a (diff)
downloadVeraCrypt-0364a36f84b2a08c690ec008d4cbb160bdf27a67.tar.gz
VeraCrypt-0364a36f84b2a08c690ec008d4cbb160bdf27a67.zip
Linux: fix NOASM compilation (#563) (#568)
Signed-off-by: alt3r 3go <alt3r.3go@protonmail.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index fe0c143b..f102a28c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -151,6 +151,7 @@ endif
ifeq "$(origin NOASM)" "command line"
CPU_ARCH = unknown
+ C_CXX_FLAGS += -DCRYPTOPP_DISABLE_X86ASM
endif
ifeq "$(CPU_ARCH)" "x86"