Skip to content

Commit

Permalink
Fix linking tests on OS-X
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Dec 30, 2014
1 parent 3adca5a commit d4a73cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ endif
endif

if HAVE_MACHO_ABI
GENERIC_LDADD+= $(top_builddir)/external/libmachista_static.la
GENERIC_LDADD+= $(top_builddir)/external/libmachista_static.la \
-lresolv
endif

PUBLIC_INCS= -I$(top_srcdir)/libpkg -DTESTING \
Expand Down

0 comments on commit d4a73cb

Please sign in to comment.