1
0

fix makefile

This commit is contained in:
2025-08-28 23:19:49 +08:00
parent 8ddfe0707a
commit bf137a87a0
3 changed files with 14 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
"defines": [
"USE_OPENGL"
],
"compilerPath": "D:\\msys64\\mingw64\\bin\\gcc.exe",
"compilerPath": "C:/MinGW64/bin/gcc.exe",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "windows-gcc-x64"