oculus2

diff Makefile @ 13:4c08bc24ef0a

merged
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 28 Oct 2014 06:57:31 +0200
parents 4d6733229e01
children 6a3a9840c303
line diff
     1.1 --- a/Makefile	Tue Oct 28 06:57:06 2014 +0200
     1.2 +++ b/Makefile	Tue Oct 28 06:57:31 2014 +0200
     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`
     1.8 +LDFLAGS = $(libgl) `pkg-config --libs sdl2` -lovr -lX11
     1.9  
    1.10  ifeq ($(shell uname -s), Darwin)
    1.11  	libgl = -framework OpenGL -lGLEW