We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a949ef5 commit a2f4857Copy full SHA for a2f4857
makefile_include.mk
@@ -343,8 +343,8 @@ src/hashes/sha2/sha512_224.o: src/hashes/sha2/sha512.c src/hashes/sha2/sha512_22
343
src/hashes/sha2/sha512_256.o: src/hashes/sha2/sha512.c src/hashes/sha2/sha512_256.c
344
src/hashes/sha2/sha256.o: src/hashes/sha2/sha256.c src/hashes/sha2/sha224.c
345
346
-$(DOBJECTS): LTC_CFLAGS += -Itests
347
-$(TOBJECTS): LTC_CFLAGS += -Itests
+$(DOBJECTS): LTC_CFLAGS := -Itests $(LTC_CFLAGS)
+$(TOBJECTS): LTC_CFLAGS := -Itests $(LTC_CFLAGS)
348
349
#This rule makes the libtomcrypt library.
350
library: $(LIBNAME)
0 commit comments