mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: doc recipe for debug build (#14355)
This commit is contained in:
committed by
Shelley Vohr
parent
ccd63b5ed0
commit
2b4dbe409f
@@ -88,7 +88,7 @@ out/Default --list`.
|
||||
Electron:**
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user