diff options
author | gennyble <gen@nyble.dev> | 2024-12-05 06:20:09 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-05 06:20:09 -0600 |
commit | 547956194948c132ff7a90051438b813108d9717 (patch) | |
tree | 47199ad572b9e263c2a1ea1e48ff9dece390b84e /.cargo | |
parent | 142bc4cb60abcbbab996f3b3b2b2439bf0b14938 (diff) | |
download | really-etches-547956194948c132ff7a90051438b813108d9717.tar.gz really-etches-547956194948c132ff7a90051438b813108d9717.zip |
Partial save support; fix build
Diffstat (limited to '.cargo')
-rwxr-xr-x | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100755 index 0000000..d61b209 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-unknown-linux-gnu] +linker = "x86_64-unknown-linux-gnu-gcc" |