Skip to content

Commit

Permalink
do not compile freetype2 with png
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Sep 9, 2016
1 parent 4ad74c6 commit 5cf6c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.macos32x86/third-party/freetype2/Makefile.lib
Expand Up @@ -21,6 +21,7 @@ $(FREETYPE2LIB): pkgconfig libpng $(FREETYPE2DIR)/configure
cd $(FREETYPE2DIR) \
&& ./configure \
--prefix='$(THIRDPARTYOUTDIR)' \
--without-png \
PKG_CONFIG='$(PKG_CONFIG)' \
PKG_CONFIG_PATH='$(PKG_CONFIG_PATH)' \
CFLAGS='-arch i386' \
Expand Down

0 comments on commit 5cf6c83

Please sign in to comment.