diff options
| author | Ray <raysan5@gmail.com> | 2019-03-12 16:29:41 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-03-12 16:29:41 +0100 |
| commit | 32e6a419c1938234d1f0ea70ee2abd4f0640784e (patch) | |
| tree | b001ac55ccb3fc66b0a48e78b7017ca3365dbcad | |
| parent | 477ea4d6606aa4659549f786935096942f187b37 (diff) | |
| download | raylib-32e6a419c1938234d1f0ea70ee2abd4f0640784e.tar.gz raylib-32e6a419c1938234d1f0ea70ee2abd4f0640784e.zip | |
Reorder one flag
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index ff9dc99e..4fbe1668 100644 --- a/src/Makefile +++ b/src/Makefile @@ -509,7 +509,7 @@ core.o : core.c raylib.h rlgl.h utils.h raymath.h camera.h gestures.h # Compile rglfw module rglfw.o : rglfw.c - $(CC) $(GLFW_CFLAGS) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -D$(GRAPHICS) + $(CC) -c $< $(CFLAGS) $(GLFW_CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -D$(GRAPHICS) # Compile shapes module shapes.o : shapes.c raylib.h rlgl.h |
