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 8b8e831 commit 37e0c16Copy full SHA for 37e0c16
libraries/libpng/make.sh
@@ -7,6 +7,8 @@ EXTRACONF=
7
if [ ! $SYS_PLATFORM = $SYS_HOSTPLATFORM ]; then
8
EXTRACONF=--host=$SYS_ARCH
9
fi
10
+#Previous headers break the build process, so remove them
11
+rmifexists $SYS_PREFIX/include/png*
12
13
package_configure $EXTRACONF --with-zlib-prefix="$SYS_PREFIX" --enable-static --disable-shared
14
0 commit comments