diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-02 22:48:08 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-03 16:34:07 +0100 |
commit | b0c1d7291bbedf505529c648bc6c8b59cbef0544 (patch) | |
tree | 6e72094693ef2b4f5da4064a3f5a3a3290bb9ff3 /unittests/Solver | |
parent | 141f052a488c5b76adc658a185032c62d6244b9c (diff) | |
download | klee-b0c1d7291bbedf505529c648bc6c8b59cbef0544.tar.gz |
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.
Diffstat (limited to 'unittests/Solver')
-rw-r--r-- | unittests/Solver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |