summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRDR8 <[email protected]>2018-02-12 01:25:08 +0000
committerGitHub <[email protected]>2018-02-12 01:25:08 +0000
commit0be4d802ee291099619ab35193107945e2aa5939 (patch)
tree2887c14868d5b80f3bd7fcd0cc903b4855c30de4 /examples/Makefile
parent5616314069829877301312add7c3b55ba4042eac (diff)
downloadraylib-0be4d802ee291099619ab35193107945e2aa5939.tar.gz
raylib-0be4d802ee291099619ab35193107945e2aa5939.zip
Update Makefile
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index fb704d87..62ae4036 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -56,7 +56,7 @@ RAYLIB_H_INSTALL_PATH ?= /usr/local/include/raysan5
# Implemented for LINUX below with CFLAGS += -Wl,-rpath,$(RAYLIB_RUNTIME_PATH)
# This should be a fully qualified path. RAYLIB_RELEASE_PATH doesn't work here
# because it's a relative path. You must spell it out if needed.
-# To see the result, run readelf -d ./core_basic_window
+# To see the result, run readelf -d core/core_basic_window, looking at the RPATH attribute.
RAYLIB_RUNTIME_PATH ?= $(RAYLIB_INSTALL_PATH)
# One of PLATFORM_DESKTOP, PLATFORM_RPI, PLATFORM_ANDROID, PLATFORM_WEB