oculus2
diff Makefile @ 24:b2afe1196579
minor fixes
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 02 Apr 2015 09:57:14 +0300 |
parents | 6a3a9840c303 |
children |
line diff
1.1 --- a/Makefile Thu Apr 02 09:51:01 2015 +0300 1.2 +++ b/Makefile Thu Apr 02 09:57:14 2015 +0300 1.3 @@ -3,7 +3,7 @@ 1.4 bin = oculus2 1.5 1.6 CFLAGS = -pedantic -Wall -g `pkg-config --cflags sdl2` 1.7 -LDFLAGS = $(libgl) `pkg-config --libs sdl2` -lovr $(libsys) 1.8 +LDFLAGS = $(libgl) `pkg-config --libs sdl2` -lOVR -ldl $(libsys) 1.9 1.10 ifeq ($(shell uname -s), Darwin) 1.11 libgl = -framework OpenGL -lGLEW