diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-26 02:04:25 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-26 02:04:25 +0100 |
| commit | ecf58f35850d72c69f9650f2bba718355a95c743 (patch) | |
| tree | d456c187654e36dd10f8cb0ad034eef0c0daa61c /.cargo | |
| parent | ed97332d40d615b788c718ad72922c77c2f48b20 (diff) | |
Move cross-compile code to CI1.4.2
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 3c32d25..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,2 +0,0 @@ -[target.aarch64-unknown-linux-gnu] -linker = "aarch64-linux-gnu-gcc" |