diff options
Diffstat (limited to 'projects/VSCode/Makefile')
| -rw-r--r-- | projects/VSCode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 7fe11f1d..d89a80ff 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -25,11 +25,11 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 3.8.0 +RAYLIB_VERSION ?= 4.0.0 RAYLIB_PATH ?= ..\.. # Define compiler path on Windows -COMPILER_PATH ?= C:/raylib/mingw/bin +COMPILER_PATH ?= C:/raylib/w64devkit/bin # Define default options # One of PLATFORM_DESKTOP, PLATFORM_RPI, PLATFORM_ANDROID, PLATFORM_WEB |
