core-lightning/external
fanquake 305c377985 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.
2025-01-23 10:10:09 +10:30
..
gheap@67fc83bc95 external/gheap: new submodule. 2020-08-28 10:56:50 +09:30
jsmn@18e9fe42cb jsmn: upgrade so JSMN_OBJECT's size parameter is usable. 2019-01-17 16:22:32 +01:00
libbacktrace@2446c66076 libbacktrace: update to latest. 2022-02-27 07:44:26 +10:30
libsodium@675149b9b8 external/libsodium: Update to 1.0.16 2018-06-09 06:42:02 +00:00
libwally-core@11e1bf6d60 wally: update libwally to 1.3.0 2024-07-22 10:19:35 +09:30
lowdown@edca6ce6d5 external/lowdown: local import of lowdown source. 2022-09-08 00:36:51 +03:00
.gitignore fix: prefixing external build dir 2023-06-06 11:26:03 +09:30
Makefile build: fix linking to libsodium on macOS 2025-01-23 10:10:09 +10:30