File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -340,10 +340,8 @@ can aid in cross-compilation setups:
340
340
341
341
- ``CONDA_BUILD_CROSS_COMPILATION ``: set to ``1 `` when ``build_platform `` and ``target_platform ``
342
342
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.
347
345
- ``CMAKE_ARGS ``: arguments needed to cross-compile with CMake. Pass it to ``cmake `` in your build
348
346
script.
349
347
- ``MESON_ARGS ``: arguments needed to cross-compile with Meson. Pass it to ``meson `` in your build
You can’t perform that action at this time.
0 commit comments