### Steps to Reproduce 1.setting windows11 arm 2.init item: rye init my-project --build-system maturin 3.cmd:rye sync 4.output: cpython@3.12.7\libs\python312.lib : warning LNK4272 ### Expected Result success sync ### Actual Result .rye\py\cpython@3.12.7\libs\python312.lib : warning LNK4272:The library computer type 'x64' conflicts with the target machine type 'ARM64' ### Version Info rye 0.42.0 commit: 0.42.0 (b8f472e15 2024-10-21) platform: windows (x86_64) self-python: cpython@3.12.7 symlink support: false uv enabled: true ### Stacktrace _No response_
Steps to Reproduce
1.setting windows11 arm
2.init item: rye init my-project --build-system maturin
3.cmd:rye sync
4.output: cpython@3.12.7\libs\python312.lib : warning LNK4272
Expected Result
success sync
Actual Result
.rye\py\cpython@3.12.7\libs\python312.lib : warning LNK4272:The library computer type 'x64' conflicts with the target machine type 'ARM64'
Version Info
rye 0.42.0
commit: 0.42.0 (b8f472e 2024-10-21)
platform: windows (x86_64)
self-python: cpython@3.12.7
symlink support: false
uv enabled: true
Stacktrace
No response