From 0e1cba6d8b8a3594664451534338fda5e2ae7d75 Mon Sep 17 00:00:00 2001 From: Erik BrĂ¥then Solem Date: Wed, 27 Dec 2023 18:18:56 +0100 Subject: envconfig: read CYTHON from the environment and use it if set Add support for specifying Cython compiler using the CYTHON environment variable. If not set, proceed with the names hard coded for Cython. --- docs/markdown/Reference-tables.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 965a3cad6..af6a9b9f0 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -374,6 +374,7 @@ machine](#Environment-variables-per-machine) section for details. | Rust | RUSTC | RUSTC_LD | Before 0.54 RUST_LD* | | Vala | VALAC | | Use CC_LD. Vala transpiles to C | | C# | CSC | CSC | The linker is the compiler | +| Cython | CYTHON | | | | nasm | NASM | | Uses the C linker | *The old environment variables are still supported, but are deprecated -- cgit v1.2.3