Skip to content

Commit 58ffe38

Browse files
authored
Fix typos in binding.gyp (#284)
* Fix typo in binding.gyp The typo lead to not be able to build as it seems to point to an old naming typo. * Fix: superfluous spaces in ftdebug filename binding gyp of FreeType had typo for ftdebug.c file with too many spaces at the end * Update binding.gyp of PDFWriter Missing files lead to undefined symbols when loading after compiling.
1 parent 44fe422 commit 58ffe38

File tree

2 files changed

+361
-337
lines changed

2 files changed

+361
-337
lines changed

FreeType/binding.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'./src/type42/type42.c',
5757
'./src/winfonts/winfnt.c',
5858
'./src/base/ftsystem.c',
59-
'./src/base/ftdebug.c ',
59+
'./src/base/ftdebug.c',
6060
'./include/freetype/config/ftconfig.h',
6161
'./include/freetype/config/ftheader.h',
6262
'./include/freetype/config/ftmodule.h',

0 commit comments

Comments
 (0)