summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode
diff options
context:
space:
mode:
Diffstat (limited to 'projects/VSCode')
-rw-r--r--projects/VSCode/.vscode/tasks.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/VSCode/.vscode/tasks.json b/projects/VSCode/.vscode/tasks.json
index 93e4d396..0d8be4cf 100644
--- a/projects/VSCode/.vscode/tasks.json
+++ b/projects/VSCode/.vscode/tasks.json
@@ -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"