mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-07 02:16:28 +00:00
Fix RPi make install (#2217)
This commit is contained in:
@@ -147,7 +147,7 @@ endif
|
|||||||
# RAYLIB_SRC_PATH adjustment for different platforms.
|
# 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?
|
# 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.
|
# 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)
|
ifeq ($(PLATFORM_OS),LINUX)
|
||||||
RAYLIB_PREFIX ?= ..
|
RAYLIB_PREFIX ?= ..
|
||||||
RAYLIB_SRC_PATH = $(realpath $(RAYLIB_PREFIX))
|
RAYLIB_SRC_PATH = $(realpath $(RAYLIB_PREFIX))
|
||||||
|
Reference in New Issue
Block a user