Skip to content

Commit

Permalink
MacOS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prbinu committed Jan 4, 2023
1 parent 5c215ec commit c9d9af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LDADD = build-root/lib/libssl.a build-root/lib/libcrypto.a build-root/lib/libev
endif

if DARWIN
LDADD = build-root/lib/libssl.a build-root/lib/libcrypto.a build-root/lib/libevent.a build-root/lib/libevent_openssl.a build-root/lib/libgnutls.a build-root/lib64/libhogweed.a build-root/lib/libnettle.a -ldl
LDADD = build-root/lib/libssl.a build-root/lib/libcrypto.a build-root/lib/libevent.a build-root/lib/libevent_openssl.a build-root/lib/libgnutls.a build-root/lib/libhogweed.a build-root/lib/libnettle.a -ldl
AM_LDFLAGS = -lz -framework Security -framework CoreFoundation
endif

Expand Down

0 comments on commit c9d9af4

Please sign in to comment.