From b0c1d7291bbedf505529c648bc6c8b59cbef0544 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Thu, 2 Apr 2015 22:48:08 +0100 Subject: Upstream STP now depends on an external build of minisat. Attempt to fix travis build of upstream STP and also how KLEE links against STP. --- unittests/Solver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests/Solver') diff --git a/unittests/Solver/Makefile b/unittests/Solver/Makefile index 00713691..aeac34ac 100644 --- a/unittests/Solver/Makefile +++ b/unittests/Solver/Makefile @@ -9,4 +9,4 @@ LINK_COMPONENTS := support include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest -LIBS += -lstp +LIBS += $(STP_LDFLAGS) -- cgit 1.4.1