erebus
diff liberebus/Makefile @ 45:bab25c0ce337
started gmath conversion
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 29 Dec 2015 12:19:53 +0200 |
parents | d15ee526daa6 |
children |
line diff
1.1 --- a/liberebus/Makefile Fri Sep 18 06:47:41 2015 +0300 1.2 +++ b/liberebus/Makefile Tue Dec 29 12:19:53 2015 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 api_minor = 1 1.5 1.6 CXXFLAGS = -std=c++11 -pthread -pedantic $(warn) $(dbg) $(opt) $(pic) 1.7 -LDFLAGS = -pthread -lvmath -limago -lm 1.8 +LDFLAGS = -pthread -lgmath -limago -lm 1.9 1.10 ifeq ($(shell uname -s), Darwin) 1.11 shared = -dynamiclib