summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode
diff options
context:
space:
mode:
authorRay <[email protected]>2019-01-10 16:57:15 +0100
committerGitHub <[email protected]>2019-01-10 16:57:15 +0100
commit56173d7cf457413fd56e26967becc7c5054aa2cf (patch)
treef1428e583f4ed5ee8c7060c47da55e8ce0194882 /projects/VSCode
parent6056a2a5cf2aa939a10e807e452ed43d4b67f1ce (diff)
parent93471b0a7c75fc675f27fc74dfda281eb8310a7a (diff)
downloadraylib-56173d7cf457413fd56e26967becc7c5054aa2cf.tar.gz
raylib-56173d7cf457413fd56e26967becc7c5054aa2cf.zip
Merge branch 'master' into window-visibility
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"