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 47d3cf1 commit 60b5d1eCopy full SHA for 60b5d1e
pixi.toml
@@ -53,6 +53,9 @@ install-pixi-backends = { depends-on = [
53
rust = ">=1.86.0,<1.87"
54
python = ">=3.12.4,<4"
55
56
+[target.osx-64.activation]
57
+scripts = ["scripts/default_linker_osx_64.sh"]
58
+
59
[feature.test.dependencies]
60
pytest = ">=8.3.2,<9"
61
scripts/default_linker_osx_64.sh
@@ -0,0 +1,3 @@
1
+# Ignore requiring a shebang as this is a script meant to be sourced
2
+# shellcheck disable=SC2148
3
+unset CARGO_TARGET_X86_64_APPLE_DARWIN_LINKER
0 commit comments