X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=Makefile;fp=Makefile;h=a62cc1b17ba407d8e8fb59d7db8874fe956096cd;hp=a7334eec53188d380acf21b2d6afdf65491a2494;hb=a96233587b2446034857fa9b46c988334bf47419;hpb=3ee6226e6c7110280b4cc05a9c776eed3bfe6555 diff --git a/Makefile b/Makefile index a7334ee..a62cc1b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ warn = -pedantic -Wall CFLAGS = $(warn) $(opt) $(dbg) $(incpath) -fopenmp CXXFLAGS = -std=c++11 $(warn) $(opt) $(dbg) $(incpath) -fopenmp LDFLAGS = $(libpath) -ldrawtext $(libgl_$(sys)) $(libal_$(sys)) -lm -lgmath -lvmath \ - -limago -lresman -lpthread -lassimp -ltreestore -lgoatvr -lassman \ + -limago -lresman -lassman -lpthread -lassimp -ltreestore -lgoatvr -lcurl \ `pkg-config --libs sdl2 freetype2` -lpng -ljpeg -lz -lvorbisfile -lgomp sys ?= $(shell uname -s | sed 's/MINGW.*/mingw/')