You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Options can be provided via (in order of precedence) the programmatic API, the C
84
84
| `--target -t` | - | Depends. | One or more targets\*
85
85
| `--all -a` | - | `false` | Build all known targets.<br>Takes precedence over `--target`.
86
86
| `--napi` | - | `false` | Make [N-API][n-api] build(s).<br>Targets default to latest node which is compatible with Electron > 3, which can be overridden with `--target`.
87
-
| `--electron-compat` | - | `false` | Make two N-API builds, one for node and one for Electron. Useful if you support Electron <= 3.
87
+
| `--electron-compat` | - | `false` | Make two N-API builds, one for node and one for Electron. Provide this to make sure Electron abi is supported.
0 commit comments