We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfaedf commit a696abcCopy full SHA for a696abc
build/lin.sh
@@ -281,7 +281,8 @@ mkdir ${DEPS}/fontconfig
281
curl -Ls https://www.freedesktop.org/software/fontconfig/release/fontconfig-${VERSION_FONTCONFIG}.tar.xz | tar xJC ${DEPS}/fontconfig --strip-components=1
282
cd ${DEPS}/fontconfig
283
./configure --host=${CHOST} --prefix=${TARGET} --enable-static --disable-shared --disable-dependency-tracking \
284
- --with-expat-includes=${TARGET}/include --with-expat-lib=${TARGET}/lib --sysconfdir=${TARGET}/etc --disable-docs
+ --with-expat-includes=${TARGET}/include --with-expat-lib=${TARGET}/lib ${LINUX:+--sysconfdir=/etc} \
285
+ ${DARWIN:+--sysconfdir=/usr/local/etc} --disable-docs
286
make install-strip
287
288
mkdir ${DEPS}/harfbuzz
0 commit comments