Skip to content

Commit

Permalink
Merge pull request #219 from sensiblecodeio/restore-sensiblecodeio-ms…
Browse files Browse the repository at this point in the history
…gpack-fork

Restore sensiblecodeio msgpack fork
  • Loading branch information
StevenMaude authored Oct 23, 2023
2 parents 1ab6eb5 + 610bbb3 commit b532c7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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/msgpack/msgpack-c"]
path = vendor/github.com/msgpack/msgpack-c
url = https://github.com/msgpack/msgpack-c
branch = cpp_master
[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: 0 additions & 1 deletion vendor/github.com/msgpack/msgpack-c
Submodule msgpack-c deleted from 63511f
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 b532c7c

Please sign in to comment.