Skip to content

Commit

Permalink
fix: doc recipe for debug build (#14355)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckerr authored and codebytere committed Aug 29, 2018
1 parent ccd63b5 commit 2b4dbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/build-instructions-gn.md
Expand Up @@ -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
Expand Down

0 comments on commit 2b4dbe4

Please sign in to comment.