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)
|
ifeq ($(UNAME_S),Darwin)
|
||||||
LIBS = -lglfw3 -framework OpenGL -lm
|
LIBS = -lglfw3 -framework OpenGL -lm
|
||||||
else
|
else
|
||||||
LIBS = -lglfw -lGL -lm -lGLU
|
LIBS = -lglfw -lGL -lm -lGLU
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ else
|
|||||||
ifeq ($(UNAME_S),Darwin)
|
ifeq ($(UNAME_S),Darwin)
|
||||||
LIBS = -lglfw3 -framework OpenGL -lm -lGLEW
|
LIBS = -lglfw3 -framework OpenGL -lm -lGLEW
|
||||||
else
|
else
|
||||||
LIBS = -lglfw -lGL -lm -lGLU -lGLEW
|
LIBS = -lglfw -lGL -lm -lGLU -lGLEW
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user