diff options
| author | Ray <[email protected]> | 2019-05-14 00:07:44 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-14 00:07:44 +0200 |
| commit | 6f7b721d81c46718ae522e4a05e16c93711faefb (patch) | |
| tree | 8644e950fbcd9908c5ce5d220026910b4e22ba51 /projects/4coder/Makefile | |
| parent | 6804c2189e07a661ef975146c288619589c90731 (diff) | |
| parent | 00431396b0b516b2296c17e5e5b5fd9e72bacfec (diff) | |
| download | raylib-6f7b721d81c46718ae522e4a05e16c93711faefb.tar.gz raylib-6f7b721d81c46718ae522e4a05e16c93711faefb.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'projects/4coder/Makefile')
| -rw-r--r-- | projects/4coder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/4coder/Makefile b/projects/4coder/Makefile index 3cffaaba..55c8a462 100644 --- a/projects/4coder/Makefile +++ b/projects/4coder/Makefile @@ -235,7 +235,7 @@ endif ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),WINDOWS) # Libraries for Windows desktop compilation - LDLIBS = -lraylib -lopengl32 -lgdi32 + LDLIBS = -lraylib -lopengl32 -lgdi32 -lwinmm # Required for physac examples #LDLIBS += -static -lpthread |
