Skip to content

Commit 8688ba9

Browse files
authored
update crates.gyp
1 parent 30141f1 commit 8688ba9

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

deps/crates/crates.gyp

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
'libraries': [
1818
'<(node_crates_libpath)',
1919
],
20+
'conditions': [
21+
['OS=="win"', {
22+
'libraries': [
23+
'-lntdll',
24+
'-luserenv'
25+
],
26+
}],
27+
],
2028
},
2129
'actions': [
2230
{
@@ -50,18 +58,6 @@
5058
'<(cargo_vendor_dir)/temporal_capi/bindings/cpp',
5159
],
5260
},
53-
'conditions': [
54-
['OS=="win"', {
55-
'direct_dependent_settings': {
56-
'link_settings': {
57-
'libraries': [
58-
'-lntdll',
59-
'-luserenv'
60-
],
61-
},
62-
},
63-
}],
64-
],
6561
},
6662
]
6763
}

0 commit comments

Comments
 (0)