Skip to content

Commit

Permalink
Merge pull request #427 from julianhille/feature/410-update-pdfwriter
Browse files Browse the repository at this point in the history
Feature/410 update pdfwriter
  • Loading branch information
julianhille authored Oct 5, 2024
2 parents 8cc698d + 14a28d6 commit 4e6a4d8
Show file tree
Hide file tree
Showing 1,144 changed files with 97,970 additions and 116,433 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Update PDRWriter to 4.6.7 (#410)

## [5.0.1] - 2024-09-28

### Added
Expand Down
3 changes: 3 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
'dependencies': [
'./src/deps/PDFWriter/binding.gyp:pdfwriter'
],
"defines": [
'USE_BUNDLED=TRUE'
],
"cflags_cc": [ "-std=c++20" ],
"cflags": [ "-std=c++20" ],
'include_dirs': [
Expand Down
Loading

0 comments on commit 4e6a4d8

Please sign in to comment.