docs: add note about win_delay_load_hook (#15766)
This commit is contained in:
parent
90795c4fa4
commit
08b56b7675
2 changed files with 21 additions and 0 deletions
|
@ -57,6 +57,14 @@ app.getGPUInfo('complete')
|
|||
app.getGPUInfo('basic')
|
||||
```
|
||||
|
||||
## `win_delay_load_hook`
|
||||
|
||||
When building native modules for windows, the `win_delay_load_hook` variable in
|
||||
the module's `binding.gyp` must be true (which is the default). If this hook is
|
||||
not present, then the native module will fail to load on Windows, with an error
|
||||
message like `Cannot find module`. See the [native module
|
||||
guide](/docs/tutorial/using-native-node-modules.md) for more.
|
||||
|
||||
|
||||
# Breaking API Changes (3.0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue