summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode
diff options
context:
space:
mode:
authorRay <[email protected]>2019-01-10 11:24:34 +0100
committerRay <[email protected]>2019-01-10 11:24:34 +0100
commit7c4a0f963dfc6f089337158ea6b78b84f4022368 (patch)
tree302b664129271cb1cf665ef2bcbb4208f4bced8b /projects/VSCode
parent35bcbd1b603f77d9686e24f04a72d9300a7b338d (diff)
downloadraylib-7c4a0f963dfc6f089337158ea6b78b84f4022368.tar.gz
raylib-7c4a0f963dfc6f089337158ea6b78b84f4022368.zip
Reviewed path
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"