7d75524a8c
Upgrade to Rust 2021 - Fix lints - Formatting pass - Add Cargo.lock Use anyhow to improve error handling Fix errors during directory removal in Windows Update dependencies Switch linux build to musl Switch to musl Set version to 0.4.0 Allow using uid instead of mtime Remove name duplication with runner map Fixing typo Documentation Update for Cache Location on macOS Documentation Update for next version of warp-pack and new url for java Adding support for aarch64 build and needed apple-darwin build options Using cargo update to get 'newest' dependencies version Updating warp-packer recursive First draft of BUILD.md Fixing several typos in BUILD.md and adding INSTALL.md Adding section of changes in README.md Fixing anchor of new section Fixing typo in README.md Adding CHANGELOG.md to project Adding additional information to CHANGELOG.md Fixing wrong links Updating information from origin repository Cleaning up CHANGELOG.md Updating CHANGELOG.md Updating version and authors Fixing links in CHANGELOG.md Updating CHANGELOG.md for GitHub
7 lines
169 B
TOML
7 lines
169 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
[target.x86_64-apple-darwin]
|
|
linker = "x86_64-apple-darwin16-clang"
|
|
ar = "x86_64-apple-darwin16-ar"
|