File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,16 @@ python = "3.14.*"
139139python = " 3.10.*"
140140
141141# Use clang-cl on Windows
142- # Absolute path is needed to avoid using system clang-cl
142+ # If something go wrong, we can check this repository:
143+ # https://github.com/conda-forge/clang-win-activation-feedstock/tree/main
143144[feature .clang-cl ]
144145platforms = [" win-64" ]
145- activation = { env = { CC = " %CONDA_PREFIX%\\ Library\\ bin\\ clang-cl" , CXX = " %CONDA_PREFIX%\\ Library\\ bin\\ clang-cl" } }
146- dependencies = { clangxx = " *" }
146+ dependencies = { clangxx = " *" , lld = " *" }
147+
148+ # Absolute path is needed to avoid using system clang-cl
149+ [feature .clang-cl .activation .env ]
150+ CC = " %CONDA_PREFIX%\\ Library\\ bin\\ clang-cl"
151+ CXX = " %CONDA_PREFIX%\\ Library\\ bin\\ clang-cl"
147152
148153# Use clang on GNU/Linux
149154[feature .clang ]
You can’t perform that action at this time.
0 commit comments