diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index f54ac79..a7ef4b9 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -41,13 +41,13 @@ "includePath": [ "${workspaceFolder}/source", "${workspaceFolder}/source/external", - "C:/mingw64/include" + "C:/mingw/include" ], "defines": [ "WINDOWS_BUILD", "_WIN32" ], - "compilerPath": "C:/msys64/mingw64/bin/g++.exe", + "compilerPath": "C:/mingw/bin/g++.exe", "cStandard": "c17", "cppStandard": "c++20", "intelliSenseMode": "windows-gcc-x64"