From 86b8015d5eb5dbc1297cbc249b2f80bae1dcc71e Mon Sep 17 00:00:00 2001 From: seabaylea Date: Thu, 14 Jul 2016 12:16:28 +0100 Subject: [PATCH] Link to Swift libraries for CI tests --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index c7776e468..ddee83d27 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -122,7 +122,8 @@ endif endif if HAVE_SWIFT - SWIFT_LIBS=-L$(SWIFT_LIBDIR) -lswiftCore + SWIFT_LIBS=-L$(SWIFT_LIBDIR) -lswiftCore -lswiftSwiftOnoneSupport + AM_LDFLAGS=-rpath $(SWIFT_LIBDIR) endif LDADD=libbsdtests.la $(top_builddir)/src/libdispatch.la $(KQUEUE_LIBS) $(PTHREAD_WORKQUEUE_LIBS) $(BSD_OVERLAY_LIBS) $(SWIFT_LIBS)