summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorubkp <[email protected]>2023-10-30 08:02:35 -0300
committerGitHub <[email protected]>2023-10-30 12:02:35 +0100
commit15632876f7d27857888d5eeab5caf0e322a5b791 (patch)
tree281e71453c0f0e972557cf1e0e789983343552b6 /examples
parentec91b44fb6b097a3a4f664a41683d6aaf6e2b388 (diff)
downloadraylib-15632876f7d27857888d5eeab5caf0e322a5b791.tar.gz
raylib-15632876f7d27857888d5eeab5caf0e322a5b791.zip
Fix examples Makefile for SDL (#3486)
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index d10a35be..5af5a559 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -52,6 +52,9 @@ PROJECT_NAME ?= raylib_examples
RAYLIB_VERSION ?= 5.0.0
RAYLIB_PATH ?= ..
+# Define raylib source code path
+RAYLIB_SRC_PATH ?= ../src
+
# Locations of raylib.h and libraylib.a/libraylib.so
# NOTE: Those variables are only used for PLATFORM_OS: LINUX, BSD
RAYLIB_INCLUDE_PATH ?= /usr/local/include