fix: doc recipe for debug build (#14355)
This commit is contained in:
parent
ccd63b5ed0
commit
2b4dbe409f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ out/Default --list`.
|
||||||
Electron:**
|
Electron:**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ gn gen out/Default --args='import("//electron/build/args/debug.gn") $GN_EXTRA_ARGS'
|
$ gn gen out/Default --args="import(\"//electron/build/args/debug.gn\") $GN_EXTRA_ARGS"
|
||||||
```
|
```
|
||||||
|
|
||||||
**For generating Release (aka "non-component" or "static") build config of
|
**For generating Release (aka "non-component" or "static") build config of
|
||||||
|
|
Loading…
Reference in a new issue