Skip to content

Commit

Permalink
Fix compiler path
Browse files Browse the repository at this point in the history
  • Loading branch information
Abir-Tx committed Jun 26, 2022
1 parent 36e2215 commit ea2c58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:\\Program Files (x86)\\mingw-w64\\i686-8.1.0-posix-dwarf-rt_v6-rev0\\mingw32\\bin\\gcc.exe",
"compilerPath": "C:\\mingw64\\bin\\gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "windows-gcc-x86"
Expand Down

0 comments on commit ea2c58f

Please sign in to comment.