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.
2 parents 705ed22 + a9e8824 commit ba7d482Copy full SHA for ba7d482
src/driver/Makefile
@@ -32,7 +32,6 @@ all: security-analyzer$(EXEEXT)
32
ifneq ($(wildcard ../../cbmc/src/java_bytecode/Makefile),)
33
OBJ += ../../cbmc/src/java_bytecode/java_bytecode$(LIBEXT)
34
CP_CXXFLAGS += -DHAVE_JAVA_BYTECODE
35
- LIBS += ../../cbmc/libzip/lib/.libs/libzip.a ../../cbmc/zlib/libz.a
36
endif
37
38
ifneq ($(wildcard ../../cbmc/src/jsil/Makefile),)
0 commit comments