summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-09 00:13:27 +0200
committerRay <[email protected]>2022-07-09 00:13:27 +0200
commit5842a6a399c60e6357c353b4c3e098b975e383d5 (patch)
tree779189b3f5e1da09046aecfd5b26086fc29dc8a2 /src
parent53e337518648d98c328a5055002ae84a3171cf25 (diff)
parentf7e1550eea8c5d3b3998159f89e4a9cc6ff535f9 (diff)
downloadraylib-5842a6a399c60e6357c353b4c3e098b975e383d5.tar.gz
raylib-5842a6a399c60e6357c353b4c3e098b975e383d5.zip
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d8a3b8ab..f6ca3394 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -452,7 +452,7 @@ endif
# Define library paths containing required libs: LDFLAGS
# NOTE: This is only required for dynamic library generation
#------------------------------------------------------------------------------------------------
-LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH)
+LDFLAGS = $(CUSTOM_LDFLAGS) -L. -L$(RAYLIB_RELEASE_PATH)
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),WINDOWS)