docs: Fix setting GYP_DEFINES on Windows, closes #1126
This commit is contained in:
parent
414c91a637
commit
de76ab97fb
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