From 9d960d83cf4dfd9bac34fb1501a32e7c95c80d9c Mon Sep 17 00:00:00 2001 From: wereii <8504482+wereii@users.noreply.github.com> Date: Thu, 16 Dec 2021 16:48:29 +0100 Subject: [PATCH] Fix build results path on Linux and RPi Built files should be put into src/ not into the project root as it was now on these platforms --- src/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Makefile b/src/Makefile index 5ee9343e1..c25bde0a7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -144,16 +144,6 @@ ifeq ($(PLATFORM),PLATFORM_DRM) endif endif -# RAYLIB_SRC_PATH adjustment for different platforms. -# If using GNU make, we can get the full path to the top of the tree. Windows? BSD? -# Required for ldconfig or other tools that do not perform path expansion. -ifeq ($(PLATFORM), $(filter $(PLATFORM),PLATFORM_DESKTOP PLATFORM_RPI)) - ifeq ($(PLATFORM_OS),LINUX) - RAYLIB_PREFIX ?= .. - RAYLIB_SRC_PATH = $(realpath $(RAYLIB_PREFIX)) - endif -endif - ifeq ($(PLATFORM),PLATFORM_WEB) # Emscripten required variables EMSDK_PATH ?= C:/emsdk