Update Makefile

This commit is contained in:
Ray
2026-04-27 21:14:15 +02:00
parent 3b2855842a
commit 5c7081b330

View File

@ -100,7 +100,7 @@ endif
# Required for ldconfig or other tools that do not perform path expansion.
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),LINUX)
RAYLIB_PREFIX ?= ..
RAYLIB_PREFIX ?= ../../raylib
RAYLIB_PATH = $(realpath $(RAYLIB_PREFIX))
endif
endif