mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-01-28 23:52:55 +01:00
Merge pull request #86 from tlaronde/master
examples/Makefile: libm is not added by default by all
This commit is contained in:
commit
ee2794199c
@ -15,7 +15,7 @@
|
|||||||
CFLAGS = -g $(CPPFLAGS)
|
CFLAGS = -g $(CPPFLAGS)
|
||||||
#CFLAGS = -g -fsanitize=address $(CPPFLAGS)
|
#CFLAGS = -g -fsanitize=address $(CPPFLAGS)
|
||||||
CPPFLAGS = -I.. -I/usr/local/include
|
CPPFLAGS = -I.. -I/usr/local/include
|
||||||
LIBS = -L.. -L/usr/local/lib -lpdfio -lz
|
LIBS = -L.. -L/usr/local/lib -lpdfio -lz -lm
|
||||||
|
|
||||||
|
|
||||||
# Targets
|
# Targets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user