Skip to content

Commit

Permalink
split freetype build to win64 (because win32 is more standard)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jun 26, 2018
1 parent fc78908 commit 8702386
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.win64x64/third-party/Makefile.freetype2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ifndef THIRDPARTYDIR
include ../common/Makefile.lib.extra
endif
include ../../third-party/freetype2.spec
include ../../third-party/freetype2.spec.win64

MINGWLIBDIR:=/usr/x86_64-w64-mingw32/sys-root/mingw/bin
FREETYPE2LIBNAME:=$(freetype2_spec_product_name_windows)
Expand Down
2 changes: 1 addition & 1 deletion third-party/freetype2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ freetype2_spec_archive_name:=freetype-2.6.5.tar.gz
freetype2_spec_unpack_dir_name:=freetype-2.6.5
freetype2_spec_product_name_macOS:=libfreetype.6.dylib
freetype2_spec_product_name_linux:=
freetype2_spec_product_name_windows:=libfreetype-6.dll
freetype2_spec_product_name_windows:=libfreetype.dll
freetype2_spec_symlinks_macOS:=libfreetype*.dylib
1 change: 1 addition & 0 deletions third-party/freetype2.spec.win64
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
freetype2_spec_product_name_windows:=libfreetype-6.dll

0 comments on commit 8702386

Please sign in to comment.