From 81a485c9a8e9e75899a3bbd9f9ccf4035b0bf723 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Wed, 12 Feb 2014 17:21:45 +0000 Subject: Fixed compilation of unittests with upstream STP (Boost dependency). --- unittests/Solver/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unittests/Solver/Makefile b/unittests/Solver/Makefile index 00713691..83427795 100644 --- a/unittests/Solver/Makefile +++ b/unittests/Solver/Makefile @@ -10,3 +10,7 @@ LINK_COMPONENTS := support include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest LIBS += -lstp + +ifeq ($(STP_NEEDS_BOOST),1) + LIBS += $(UPSTREAM_STP_LINK_FLAGS) +endif -- cgit 1.4.1