Skip to content

Commit 60b5d1e

Browse files
authored
fix: use default linker on osx-64 (#160)
1 parent 47d3cf1 commit 60b5d1e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pixi.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ install-pixi-backends = { depends-on = [
5353
rust = ">=1.86.0,<1.87"
5454
python = ">=3.12.4,<4"
5555

56+
[target.osx-64.activation]
57+
scripts = ["scripts/default_linker_osx_64.sh"]
58+
5659
[feature.test.dependencies]
5760
pytest = ">=8.3.2,<9"
5861

scripts/default_linker_osx_64.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)