Skip to content

Commit 6ae05eb

Browse files
authored
Merge pull request #105 from seabaylea/link-fail
Link to Swift libraries for CI tests
2 parents 2c0e5ee + 86b8015 commit 6ae05eb

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)