Skip to content

Commit 1eba833

Browse files
authored
Merge pull request #420 from cantabular/switch-back-to-upstream-msgpack-c
Update to upstream msgpack-cpp v7.0.0
2 parents bcefa5e + 7d77d2c commit 1eba833

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.gitmodules

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
path = vendor/github.com/sensiblecodeio/poppler
1515
url = https://github.com/sensiblecodeio/poppler.git
1616
branch = pdf2msgpack
17-
[submodule "vendor/github.com/sensiblecodeio/msgpack-c"]
18-
path = vendor/github.com/sensiblecodeio/msgpack-c
19-
url = https://github.com/sensiblecodeio/msgpack-c.git
20-
branch = cpp-6.1.0-with-4.1.1-float-double-behaviour
17+
[submodule "vendor/github.com/msgpack/msgpack-c"]
18+
path = vendor/github.com/msgpack/msgpack-c
19+
url = https://github.com/msgpack/msgpack-c.git
Submodule msgpack-c added at 9199087
Lines changed: 0 additions & 1 deletion
This file was deleted.

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ def build(ctx):
114114
target="pdf2msgpack",
115115
use="poppler",
116116
features=features,
117-
includes=["vendor/github.com/sensiblecodeio/msgpack-c/include"],
117+
includes=["vendor/github.com/msgpack/msgpack-c/include"],
118118
)

0 commit comments

Comments
 (0)