Skip to content

Commit 86b8015

Browse files
committed
Link to Swift libraries for CI tests
1 parent 2c0e5ee commit 86b8015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ endif
122122
endif
123123

124124
if HAVE_SWIFT
125-
SWIFT_LIBS=-L$(SWIFT_LIBDIR) -lswiftCore
125+
SWIFT_LIBS=-L$(SWIFT_LIBDIR) -lswiftCore -lswiftSwiftOnoneSupport
126+
AM_LDFLAGS=-rpath $(SWIFT_LIBDIR)
126127
endif
127128

128129
LDADD=libbsdtests.la $(top_builddir)/src/libdispatch.la $(KQUEUE_LIBS) $(PTHREAD_WORKQUEUE_LIBS) $(BSD_OVERLAY_LIBS) $(SWIFT_LIBS)

0 commit comments

Comments
 (0)