diff options
| author | Ray <[email protected]> | 2022-07-09 00:13:27 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-07-09 00:13:27 +0200 |
| commit | 5842a6a399c60e6357c353b4c3e098b975e383d5 (patch) | |
| tree | 779189b3f5e1da09046aecfd5b26086fc29dc8a2 /src | |
| parent | 53e337518648d98c328a5055002ae84a3171cf25 (diff) | |
| parent | f7e1550eea8c5d3b3998159f89e4a9cc6ff535f9 (diff) | |
| download | raylib-5842a6a399c60e6357c353b4c3e098b975e383d5.tar.gz raylib-5842a6a399c60e6357c353b4c3e098b975e383d5.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
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) |
