fix(build): add aarch64 linker configuration for cross-compilation

This commit is contained in:
2026-02-27 10:26:13 +00:00
parent a46188ce07
commit c8d572b719
3 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-02-27 - 1.0.3 - fix(build)
add aarch64 linker configuration for cross-compilation
- Added rust/.cargo/config.toml to configure linker for target aarch64-unknown-linux-gnu
- Sets linker to 'aarch64-linux-gnu-gcc' to enable cross-compilation to ARM64
## 2026-02-27 - 1.0.2 - fix()
no changes detected - no code or content modifications