We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88bc8c commit 8038cbeCopy full SHA for 8038cbe
pixi.toml
@@ -137,7 +137,7 @@ python = "3.10.*"
137
# Use clang-cl on Windows
138
[feature.clang-cl]
139
platforms = ["win-64"]
140
-activation = { env = { CC = "clang-cl", CXX = "clang-cl" } }
+activation = { env = { CC = "%CONDA_PREFIX%\\Library\\bin\\clang-cl", CXX = "%CONDA_PREFIX%\\Library\\bin\\clang-cl" } }
141
dependencies = { clangxx = "*" }
142
143
# Use clang on GNU/Linux
0 commit comments