summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2024-01-05 22:51:46 +0100
committerRay <[email protected]>2024-01-05 22:51:46 +0100
commita4dc325a0c27557a41d581d42f314f6aba41d577 (patch)
treef449ea9d21ffe805296ec4e075e9d09b457955e2 /src/Makefile
parentb4cb0f3e7db194338df175b063e03277bb5f28d8 (diff)
downloadraylib-a4dc325a0c27557a41d581d42f314f6aba41d577.tar.gz
raylib-a4dc325a0c27557a41d581d42f314f6aba41d577.zip
Reviewed Makefile SDL2 expected include/lib paths #3705
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 395d69fe..526acaad 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -98,8 +98,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