From 5c7081b3308ec16a0776a183189bc5bf8c40ab18 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 27 Apr 2026 21:14:15 +0200 Subject: [PATCH] Update Makefile --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index c282701..16ed2a6 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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