We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e0afc commit f7f7087Copy full SHA for f7f7087
tools/depends/native/zlib-native/Makefile
@@ -8,7 +8,6 @@ LIBNAME=zlib
8
VERSION=1.2.7
9
SOURCE=$(LIBNAME)-$(VERSION)
10
ARCHIVE=$(SOURCE).tar.gz
11
-BASE_URL=http://zlib.net/
12
# configuration settings
13
CONFIGURE= CC="$(CC_FOR_BUILD)" CFLAGS="$(BUILD_CFLAGS)" ./configure --prefix=$(PREFIX)
14
tools/depends/target/zlib/Makefile
@@ -6,7 +6,6 @@ LIBNAME=zlib
6
7
CONFIGURE= CC="$(CC)" CFLAGS="$(CFLAGS)" ./configure --prefix=$(PREFIX) --static
0 commit comments