diff options
| author | Ray <raysan5@gmail.com> | 2019-07-02 18:36:09 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-07-02 18:36:09 +0200 |
| commit | b4da7b67770818bb0271210ba20fefcdec93e469 (patch) | |
| tree | 1fd3def2407b17032bd49eea46133aac102e15e0 /projects/VSCode/Makefile | |
| parent | 4ad1fa85a4e118430b405cf7af4f2ae708716c91 (diff) | |
| download | raylib-b4da7b67770818bb0271210ba20fefcdec93e469.tar.gz raylib-b4da7b67770818bb0271210ba20fefcdec93e469.zip | |
Review VSCode project
Diffstat (limited to 'projects/VSCode/Makefile')
| -rw-r--r-- | projects/VSCode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index a00f4fab..f29b22fb 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -26,7 +26,7 @@ # Define required raylib variables PROJECT_NAME ?= game RAYLIB_VERSION ?= 2.5.0 -RAYLIB_API_VERSION ?= 2 +RAYLIB_API_VERSION ?= 251 RAYLIB_PATH ?= ..\.. # Define default options |
