Skip to content

Commit 8061037

Browse files
committed
sync with upstream bindings
v2.13.0
1 parent f07d172 commit 8061037

File tree

11 files changed

+491
-181
lines changed

11 files changed

+491
-181
lines changed

binding.cc

Lines changed: 263 additions & 34 deletions
Large diffs are not rendered by default.

binding.gyp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
'conditions': [
1818
['target_arch=="ia32"', {
1919
'libraries': [
20-
'<(PRODUCT_DIR)/../../windows/lib/x86/libzmq.lib',
20+
'<(PRODUCT_DIR)/../../windows/lib/x86/libzmq-v100-mt-4_0_4.lib',
2121
]
2222
},{
2323
'libraries': [
24-
'<(PRODUCT_DIR)/../../windows/lib/x64/libzmq.lib',
24+
'<(PRODUCT_DIR)/../../windows/lib/x64/libzmq-v100-mt-4_0_4.lib',
2525
]
2626
}]
2727
],
2828
},
2929
'msvs_settings': {
3030
'VCLinkerTool': {
31-
'DelayLoadDLLs': ['libzmq.dll']
31+
'DelayLoadDLLs': ['libzmq-v100-mt-4_0_4.dll']
3232
}
3333
},
3434
}, {

0 commit comments

Comments
 (0)