diff options
| author | Ray <[email protected]> | 2024-02-22 23:25:05 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-02-22 23:25:05 +0100 |
| commit | 23616153d4ed5d76f0965d016e56735edb5b23ed (patch) | |
| tree | 93ce441b70650c9090febc0bd5a57a55aaaec8c6 /examples | |
| parent | 31c6a340abd1a3530591341ca4d05481004612e4 (diff) | |
| download | raylib-23616153d4ed5d76f0965d016e56735edb5b23ed.tar.gz raylib-23616153d4ed5d76f0965d016e56735edb5b23ed.zip | |
Update Makefile
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile index c5bc8b74..8362b8c8 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -71,8 +71,8 @@ USE_EXTERNAL_GLFW ?= FALSE # PLATFORM_DESKTOP_SDL: It requires SDL library to be provided externally # WARNING: Library is not included in raylib, it MUST be configured by users -SDL_INCLUDE_PATH ?= $(RAYLIB_SRC_PATH)/external/SDL2-2.28.4/include -SDL_LIBRARY_PATH ?= $(RAYLIB_SRC_PATH)/external/SDL2-2.28.4/lib/x64 +SDL_INCLUDE_PATH ?= $(RAYLIB_SRC_PATH)/external/SDL2/include +SDL_LIBRARY_PATH ?= $(RAYLIB_SRC_PATH)/external/SDL2/lib # Use Wayland display server protocol on Linux desktop (by default it uses X11 windowing system) # NOTE: This variable is only used for PLATFORM_OS: LINUX |
