Skip to content

Commit 652db2c

Browse files
jaimergpisuruf
andcommitted
Apply suggestions from code review
Co-authored-by: Isuru Fernando <[email protected]>
1 parent 190546b commit 652db2c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sphinx/src/maintainer/knowledge_base.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,8 @@ can aid in cross-compilation setups:
340340

341341
- ``CONDA_BUILD_CROSS_COMPILATION``: set to ``1`` when ``build_platform`` and ``target_platform``
342342
differ.
343-
- ``BUILD_PLATFORM``: the platform on which ``conda-build`` is running.
344-
- ``BUILD``: the autoconf triplet expected for build platform.
345-
- ``HOST_PLATFORM``: the platform on which the package will be installed.
346-
- ``HOST``: the autoconf triplet expected for host platform.
343+
- ``CONDA_TOOLCHAIN_BUILD``: the autoconf triplet expected for build platform.
344+
- ``CONDA_TOOLCHAIN_HOST``: the autoconf triplet expected for host platform.
347345
- ``CMAKE_ARGS``: arguments needed to cross-compile with CMake. Pass it to ``cmake`` in your build
348346
script.
349347
- ``MESON_ARGS``: arguments needed to cross-compile with Meson. Pass it to ``meson`` in your build

0 commit comments

Comments
 (0)