Przeglądaj źródła

Reviewed path

pull/722/head
Ray 6 lat temu
rodzic
commit
7c4a0f963d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      projects/VSCode/.vscode/tasks.json

+ 2
- 2
projects/VSCode/.vscode/tasks.json Wyświetl plik

@ -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"

Ładowanie…
Anuluj
Zapisz