From 32e6a419c1938234d1f0ea70ee2abd4f0640784e Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 12 Mar 2019 16:29:41 +0100 Subject: [PATCH] Reorder one flag --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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