Don't lie about ZLIB, it's not under /usr/local, and we don't need to
specify anything to use it since it's in the standard place.
This commit is contained in:
parent
70defee694
commit
e57506a381
@ -16,8 +16,8 @@
|
||||
-CC=cc
|
||||
-CFLAGS=-I$(ZLIBINC) -O # -g -DPNG_DEBUG=5
|
||||
-LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm
|
||||
+ZLIBLIB=/usr/local/lib
|
||||
+ZLIBINC=/usr/local/include
|
||||
+#ZLIBLIB=/usr/local/lib
|
||||
+#ZLIBINC=/usr/local/include
|
||||
+#ZLIBLIB=../zlib
|
||||
+#ZLIBINC=../zlib
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user