Skip to content

Commit bed50aa

Browse files
committed
fix: freetype add ftdebug.c for FT_Trace symbols on Unix
1 parent b1f78c8 commit bed50aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/c/compat.freetype.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ package = {
7979
cflags = { "-DFT2_BUILD_LIBRARY", "-DFT_DISABLE_ZLIB", "-DFT_DISABLE_BZIP2", "-DFT_DISABLE_HARFBUZZ", "-DFT_DISABLE_BROTLI", "-Wno-implicit-function-declaration", "-D_DARWIN_C_SOURCE" },
8080
linux = {
8181
ldflags = { "-lm" },
82-
sources = { "*/builds/unix/ftsystem.c" },
82+
sources = { "*/builds/unix/ftsystem.c", "*/src/base/ftdebug.c" },
8383
cflags = { "-include", "fcntl.h" },
8484
},
8585
macosx = {
8686
ldflags = { "-lm" },
87-
sources = { "*/builds/unix/ftsystem.c" },
87+
sources = { "*/builds/unix/ftsystem.c", "*/src/base/ftdebug.c" },
8888
cflags = { "-include", "fcntl.h" },
8989
},
9090
windows = {

0 commit comments

Comments
 (0)