Skip to content

Commit 6a952a3

Browse files
committed
Correct --electron-compat message
1 parent ebd2523 commit 6a952a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Options can be provided via (in order of precedence) the programmatic API, the C
8484
| `--target -t` | - | Depends. | One or more targets\*
8585
| `--all -a` | - | `false` | Build all known targets.<br>Takes precedence over `--target`.
8686
| `--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.
8888
| `--debug` | - | `false` | Make Debug build(s)
8989
| `--arch` | `PREBUILD_ARCH` | [`os.arch()`]([os-arch]) | Target architecture\*\*
9090
| `--platform` | `PREBUILD_PLATFORM` | [`os.platform()`][os-platform] | Target platform\*\*

0 commit comments

Comments
 (0)