-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix linking to libsodium on macOS
Currently on I see link failures like the following: ```bash ./configure <snip> checking for libsodium with IETF chacha20 variants... yes <snip> ar libccan.a ld ccan/ccan/cdump/tools/cdump-enumstr ld: library 'sodium' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` The configure check passes under Clang here. Changelog-Fixed: build: fix linking against libsodium on macOS.
- Loading branch information
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters