diff options
author | Jean-Sébastien Pédron <[email protected]> | 2025-07-07 19:18:09 +0200 |
---|---|---|
committer | Jean-Sébastien Pédron <[email protected]> | 2025-07-22 17:24:42 +0200 |
commit | 62cc6143ef0705767c45271b0ba3f7dcdbae7b1b (patch) | |
tree | 1e8fdae34084347ef654f7f1fc26d120de1d32eb /core | |
parent | 2352ec359ecb10d2de93ebf14abc394bdab788df (diff) | |
download | erlang.mk-62cc6143ef0705767c45271b0ba3f7dcdbae7b1b.tar.gz erlang.mk-62cc6143ef0705767c45271b0ba3f7dcdbae7b1b.tar.bz2 erlang.mk-62cc6143ef0705767c45271b0ba3f7dcdbae7b1b.zip |
test/core_elixir.mk: Specify CFLAGS when building the Elixir NIF
On FreeBSD, libsodium's `sodium.h` header is installed in
`/usr/local/local`. The Makefile already adds
`/usr/local/include/sodium` to the compiler's `-I` search path, but it
doesn't cover the FreeBSD case.
This patch adds `-I /usr/local/include` to the CFLAGS on the make(1)
command line to let libsalty2's Makefile pick it up. This fixes the
build on FreeBSD.
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions