Add CRYPTOPP_DISABLE_ASM to dependency recipe

This stops the inclusion of SSE headers without arch options that break the recipe
pull/730/head
Jeffrey Walton 2018-10-26 11:10:07 -04:00
parent c0b273dac8
commit 21d69598ab
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ endif
.PHONY: dep deps depend
dep deps depend GNUmakefile.deps:
$(CXX) $(strip $(CXXFLAGS)) -MM *.cpp > GNUmakefile.deps
$(CXX) $(strip $(CXXFLAGS) -DCRYPTOPP_DISABLE_ASM) -MM *.cpp > GNUmakefile.deps
# CXXFLAGS are tuned earlier.
.PHONY: native no-asm asan ubsan