diff options
Diffstat (limited to 'unittests/Solver/Makefile')
-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) |