mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Reviewed path
This commit is contained in:
4
projects/VSCode/.vscode/tasks.json
vendored
4
projects/VSCode/.vscode/tasks.json
vendored
@ -19,7 +19,7 @@
|
||||
},
|
||||
"osx": {
|
||||
"args": [
|
||||
"RAYLIB_PATH=/Users/murray/work/ray/raylib"
|
||||
"RAYLIB_PATH=<path_to_raylib>/raylib"
|
||||
],
|
||||
},
|
||||
"group": {
|
||||
@ -42,7 +42,7 @@
|
||||
},
|
||||
"osx": {
|
||||
"args": [
|
||||
"RAYLIB_PATH=/Users/murray/work/ray/raylib",
|
||||
"RAYLIB_PATH=<path_to_raylib>/raylib",
|
||||
],
|
||||
},
|
||||
"group": "build"
|
||||
|
||||
Reference in New Issue
Block a user