Review projects paths

This commit is contained in:
Ray
2019-06-05 00:04:31 +02:00
parent 0b7373446d
commit df7a058216
8 changed files with 18 additions and 18 deletions

View File

@ -12,7 +12,7 @@
"DEBUGGING=TRUE"
],
"windows": {
"command": "C:/raylib/mingw32/bin/mingw32-make.exe",
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
"args": [
"RAYLIB_PATH=C:/raylib/raylib"
],
@ -35,7 +35,7 @@
"PLATFORM=PLATFORM_DESKTOP",
],
"windows": {
"command": "C:/raylib/mingw32/bin/mingw32-make.exe",
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
"args": [
"RAYLIB_PATH=C:/raylib/raylib",
],