docs: The right way of "set", according to #1126
This commit is contained in:
parent
de76ab97fb
commit
475f624113
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ variable and have a clean rebuild:
|
|||
__Windows__
|
||||
|
||||
```cmd
|
||||
> set GYP_DEFINES=project_name=myapp product_name=MyApp
|
||||
> set "GYP_DEFINES=project_name=myapp product_name=MyApp"
|
||||
> python script\bootstrap.py
|
||||
> python script\build.py -c Release -t myapp
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue