From 0be4d802ee291099619ab35193107945e2aa5939 Mon Sep 17 00:00:00 2001 From: RDR8 Date: Mon, 12 Feb 2018 01:25:08 +0000 Subject: [PATCH] Update Makefile --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index fb704d87b..62ae40363 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