Fix RPi make install

This commit is contained in:
wereii 2021-12-16 16:20:50 +01:00
parent 55d310fcc3
commit 3819449aa2
No known key found for this signature in database
GPG Key ID: 9599378B56CB3A20

View File

@ -147,7 +147,7 @@ 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),PLATFORM_DESKTOP)
ifeq ($(PLATFORM), $(filter $(PLATFORM),PLATFORM_DESKTOP PLATFORM_RPI))
ifeq ($(PLATFORM_OS),LINUX)
RAYLIB_PREFIX ?= ..
RAYLIB_SRC_PATH = $(realpath $(RAYLIB_PREFIX))