Fixes misuse of spaces in GLFW demo Makefiles
This commit is contained in:
parent
605d59bf8e
commit
440f2f7cbc
@ -15,7 +15,7 @@ else
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
LIBS = -lglfw3 -framework OpenGL -lm
|
||||
else
|
||||
LIBS = -lglfw -lGL -lm -lGLU
|
||||
LIBS = -lglfw -lGL -lm -lGLU
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -15,7 +15,7 @@ else
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
LIBS = -lglfw3 -framework OpenGL -lm -lGLEW
|
||||
else
|
||||
LIBS = -lglfw -lGL -lm -lGLU -lGLEW
|
||||
LIBS = -lglfw -lGL -lm -lGLU -lGLEW
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user