Fix x64 cpptools

This commit is contained in:
Alex 2023-03-06 03:20:39 +02:00
parent 2e9a04f5e7
commit a3634c3029
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -15,7 +15,7 @@
"a64",
"DEBUG=\"1\""
],
"compilerPath": "${workspaceFolder}/../tools/cross/bin/x86_64-elf-gcc",
"compilerPath": "${workspaceFolder}/../tools/cross/bin/amd64-elf-gcc",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "gcc-x64",