We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30141f1 commit 8688ba9Copy full SHA for 8688ba9
deps/crates/crates.gyp
@@ -17,6 +17,14 @@
17
'libraries': [
18
'<(node_crates_libpath)',
19
],
20
+ 'conditions': [
21
+ ['OS=="win"', {
22
+ 'libraries': [
23
+ '-lntdll',
24
+ '-luserenv'
25
+ ],
26
+ }],
27
28
},
29
'actions': [
30
{
@@ -50,18 +58,6 @@
50
58
'<(cargo_vendor_dir)/temporal_capi/bindings/cpp',
51
59
52
60
53
- 'conditions': [
54
- ['OS=="win"', {
55
- 'direct_dependent_settings': {
56
- 'link_settings': {
57
- 'libraries': [
- '-lntdll',
- '-luserenv'
- ],
61
- },
62
63
- }],
64
65
66
]
67
}
0 commit comments