From 64e8bfcfb68e2de61cc4ee0ea46dbd8d82da90cd Mon Sep 17 00:00:00 2001 From: Thomas Anderson <5776225+CrackedPixel@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:35:48 -0500 Subject: [PATCH] remove path override/change for linux (#5641) --- examples/Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 91ecf7475..899d040e3 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -155,15 +155,6 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_DRM) endif endif -# RAYLIB_PATH adjustment for LINUX platform -# TODO: Do we really need this? -ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_GLFW) - ifeq ($(PLATFORM_OS),LINUX) - RAYLIB_PREFIX ?= .. - RAYLIB_PATH = $(realpath $(RAYLIB_PREFIX)) - endif -endif - # Default path for raylib on Raspberry Pi ifeq ($(TARGET_PLATFORM),PLATFORM_DRM) RAYLIB_PATH ?= /home/pi/raylib