aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-03-12 16:29:41 +0100
committerRay <raysan5@gmail.com>2019-03-12 16:29:41 +0100
commit32e6a419c1938234d1f0ea70ee2abd4f0640784e (patch)
treeb001ac55ccb3fc66b0a48e78b7017ca3365dbcad
parent477ea4d6606aa4659549f786935096942f187b37 (diff)
downloadraylib-32e6a419c1938234d1f0ea70ee2abd4f0640784e.tar.gz
raylib-32e6a419c1938234d1f0ea70ee2abd4f0640784e.zip
Reorder one flag
-rw-r--r--src/Makefile2
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