X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=Makefile;h=2c38091368a80a348d6d39fe97b11cce08228ea0;hp=b7e244bf5e9275dab5d9f8785ad7fcd844a1892a;hb=d850ecb33250f963593a0988fc91c2d21b17a725;hpb=794a378d5c8e07c815814324da8142be137406d0 diff --git a/Makefile b/Makefile index b7e244b..2c38091 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ LDFLAGS = $(libpath) -ldrawtext $(libgl_$(sys)) $(libal_$(sys)) -lm -lgmath -lvm -limago -lresman -lpthread -lassimp -ltreestore -lgoatvr \ `pkg-config --libs sdl2 freetype2` -lpng -ljpeg -lz -lvorbisfile -lgomp -sys = $(shell uname -s | sed 's/MINGW.*/mingw/') +sys ?= $(shell uname -s | sed 's/MINGW.*/mingw/') libgl_Linux = -lGL -lGLU -lGLEW libgl_Darwin = -framework OpenGL -lGLEW libgl_mingw = -lopengl32 -lglu32 -lglew32