| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bfccc00 commit bbb5707
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,6 +34,14 @@ update the build and testing process on Windows. | |||
| 34 | 34 | ||
| 35 | 35 | ## configure | |
| 36 | 36 | ||
| 37 | + The `configure` script recognizes many CLI flags for special build formulas. | ||
| 38 | + Many are not represented by `vcbuild` shortcuts, and need to be passed | ||
| 39 | + either by: | ||
| 40 | + | ||
| 41 | + * Calling `python configure --XXX --YYY=PPPP` directly, followed by `vcbuild | ||
| 42 | + noprojgen` | ||
| 43 | + * Setting `set config_flags=--XXX --YYY=PPPP` before calling `vcbuild` | ||
| 44 | + | ||
| 37 | 45 | To see the help text, run `python configure --help`. Update this file when you | |
| 38 | 46 | need to update the configuration process. | |
| 39 | 47 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments