This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Description
Hi,
on build_freetype_deps
case unamein Linux) CFLAGS="-m64" LDFLAGS="-m64" \ build_dep "linux-64" "$FREETYPE_CONFOPTS_COMMON" \ "$FREETYPE" "freetype" "lib/libfreetype.a" \ $FREETYPE_PATCH && \ build_dep "win-64" "$FREETYPE_CONFOPTS_COMMON \ --enable-shared --host=x86_64-w64-mingw32" \ "$FREETYPE" "freetype" "lib/libfreetype.a" \ $FREETYPE_PATCH
is it on purpose that there is --enable-shared ? ( --disable-shared expected ? )