fix invalid lang tags (#19513)
This commit is contained in:
parent
6e367dab9a
commit
af3316707f
10 changed files with 15 additions and 15 deletions
|
@ -122,7 +122,7 @@ is built with another system, you'll need to ensure that you build with a
|
|||
delay-load hook installed in the main `.node` file. Your `link.exe` invocation
|
||||
should look like this:
|
||||
|
||||
```text
|
||||
```plaintext
|
||||
link.exe /OUT:"foo.node" "...\node.lib" delayimp.lib /DELAYLOAD:node.exe /DLL
|
||||
"my_addon.obj" "win_delay_load_hook.obj"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue