This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Reviewed path
pull/722/head
Ray
6 years ago
parent
35bcbd1b60
commit
7c4a0f963d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
projects/VSCode/.vscode/tasks.json
+ 2
- 2
projects/VSCode/.vscode/tasks.json
View File
@ -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"
Write
Preview
Loading…
Cancel
Save