diff options
| author | Ray <[email protected]> | 2021-11-02 18:40:45 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-11-02 18:40:45 +0100 |
| commit | 5e3db0aa83ac337ac53b9ebd1561472adfbabb41 (patch) | |
| tree | 0ccd6eb5d9c94e13a45482f530a923e940b32ad9 /projects/VSCode/.vscode/tasks.json | |
| parent | fadef24b626fc5811d1d4015fed90fdba315f977 (diff) | |
| download | raylib-5e3db0aa83ac337ac53b9ebd1561472adfbabb41.tar.gz raylib-5e3db0aa83ac337ac53b9ebd1561472adfbabb41.zip | |
Updated some scripts paths
NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly.
Diffstat (limited to 'projects/VSCode/.vscode/tasks.json')
| -rw-r--r-- | projects/VSCode/.vscode/tasks.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/VSCode/.vscode/tasks.json b/projects/VSCode/.vscode/tasks.json index a610a248..6152d301 100644 --- a/projects/VSCode/.vscode/tasks.json +++ b/projects/VSCode/.vscode/tasks.json @@ -14,7 +14,7 @@ "OBJS=${fileBasenameNoExtension}.c" ], "windows": { - "command": "C:/raylib/mingw/bin/mingw32-make.exe", + "command": "mingw32-make.exe", "args": [ "RAYLIB_PATH=C:/raylib/raylib", "PROJECT_NAME=${fileBasenameNoExtension}", @@ -48,7 +48,7 @@ "OBJS=${fileBasenameNoExtension}.c" ], "windows": { - "command": "C:/raylib/mingw/bin/mingw32-make.exe", + "command": "mingw32-make.exe", "args": [ "RAYLIB_PATH=C:/raylib/raylib", "PROJECT_NAME=${fileBasenameNoExtension}", |
