summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-21 17:46:52 +0200
committerRay <[email protected]>2019-05-21 17:46:52 +0200
commit0027868d1f4ba76043e1cdfbb5c172696ad0985b (patch)
treea2ef5ead4f7f3e68dfeb6ed508f5fdd66a1c7829 /src
parentf325978b26ea934095f74ac628e6578ebbc2b7a0 (diff)
downloadraylib-0027868d1f4ba76043e1cdfbb5c172696ad0985b.tar.gz
raylib-0027868d1f4ba76043e1cdfbb5c172696ad0985b.zip
Review Makefiles
Diffstat (limited to 'src')
-rw-r--r--src/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Makefile b/src/Makefile
index 15767561..8198e147 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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