mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Review Makefiles
This commit is contained in:
@ -144,13 +144,6 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||
RAYLIB_PATH = $(realpath $(RAYLIB_PREFIX))
|
||||
endif
|
||||
endif
|
||||
# Default path for raylib on Raspberry Pi, if installed in different path, update it!
|
||||
# TODO: update install: target in src/Makefile for RPI, consider relation to LINUX.
|
||||
# WARNING: The following is copied from examples/Makefile and is here only for reference.
|
||||
# Consequences of enabling this are UNKNOWN. Please test and report.
|
||||
#ifeq ($(PLATFORM),PLATFORM_RPI)
|
||||
# RAYLIB_PATH ?= /home/pi/raylib
|
||||
#endif
|
||||
|
||||
ifeq ($(PLATFORM),PLATFORM_WEB)
|
||||
# Emscripten required variables
|
||||
|
||||
Reference in New Issue
Block a user