Skip to content

Commit

Permalink
Fix typos in binding.gyp (#284)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
julianhille authored Sep 9, 2024
1 parent 44fe422 commit 58ffe38
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 337 deletions.
2 changes: 1 addition & 1 deletion FreeType/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'./src/type42/type42.c',
'./src/winfonts/winfnt.c',
'./src/base/ftsystem.c',
'./src/base/ftdebug.c ',
'./src/base/ftdebug.c',
'./include/freetype/config/ftconfig.h',
'./include/freetype/config/ftheader.h',
'./include/freetype/config/ftmodule.h',
Expand Down
Loading

0 comments on commit 58ffe38

Please sign in to comment.