fix config

This commit is contained in:
Cooper Quintin
2024-01-26 17:05:03 -08:00
parent d81299aca7
commit 6086a9962c
+1 -1
View File
@@ -4,7 +4,7 @@ rustflags = ["-C", "target-feature=+crt-static"]
[alias]
test_pc = "test --target=x86_64-unknown-linux-gnu"
debug_pc = "build --target=x87_64-unknown-linux-gnu"
debug_pc = "build --target=x86_64-unknown-linux-gnu"
[target.armv7-unknown-linux-gnueabihf]