Skip to content

Commit

Permalink
Revert "Revert "Switch to sensiblecodeio fork of msgpack-cpp""
Browse files Browse the repository at this point in the history
This reverts commit 6357fe2.
  • Loading branch information
StevenMaude committed Oct 23, 2023
1 parent 93f5bdb commit 610bbb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
[submodule "vendor/anongit.freedesktop.org/git/poppler/poppler.git"]
path = vendor/anongit.freedesktop.org/git/poppler/poppler.git
url = https://anongit.freedesktop.org/git/poppler/poppler.git
[submodule "vendor/github.com/sensiblecodeio/msgpack-c"]
path = vendor/github.com/sensiblecodeio/msgpack-c
url = https://github.com/sensiblecodeio/msgpack-c
branch = cpp-6.1.0-with-4.1.1-float-double-behaviour
1 change: 1 addition & 0 deletions vendor/github.com/sensiblecodeio/msgpack-c
Submodule msgpack-c added at dfec9a
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ def build(ctx):
target="pdf2msgpack",
use="poppler",
features=features,
includes=["vendor/github.com/msgpack/msgpack-c/include"],
includes=["vendor/github.com/sensiblecodeio/msgpack-c/include"],
)

0 comments on commit 610bbb3

Please sign in to comment.