rename LDFLAGS to LDLINKFLAGS This applies the renaming of LDFLAGS to LDLINKFLAGS that was suggested here: https://todo.sr.ht/~sircmpwn/hare/784
1 files changed, 1 insertions(+), 1 deletions(-) M content/distributions.md
M content/distributions.md => content/distributions.md +1 -1
@@ 42,7 42,7 @@ package accordingly when packaging Hare. ## Customizing Hare builds The build driver chooses its linker and such via the LD, AS, and similar environment variables, and also supports setting flags for each via LDFLAGS et environment variables, and also supports setting flags for each via LDLINKFLAGS et al. Hare programs are statically linked. We know you're not a fan of this. We're