From 62014159d173fdc7aed4e5723f9d3c0881b06266 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Thu, 3 Jul 2025 09:36:46 +0100 Subject: [PATCH] Tweak wording --- manual/src/packaging_difftastic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/packaging_difftastic.md b/manual/src/packaging_difftastic.md index 9952c2429..fa0fba166 100644 --- a/manual/src/packaging_difftastic.md +++ b/manual/src/packaging_difftastic.md @@ -16,7 +16,7 @@ Difftastic can be built with `cargo`. The compiled binary will be at $ cargo build --release ``` -C library dependencies are built with the `cc` crate, which [exposes +C library dependencies are built with the `cc` crate, which [has various environment variables](https://docs.rs/cc/1.1.30/cc/index.html#external-configuration-via-environment-variables) to configure the C toolchain (e.g. `CFLAGS`).