1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-07 07:02:53 +03:00

Add support to pass vcvarsall path on the command line

Summary: On Windows "--vcvars-path" can be passed to point to the toolchain we want to use.

Reviewed By: wez

Differential Revision: D15926044

fbshipit-source-id: 2b0cde793f7c7f8473b78afde8794640bae351f3
This commit is contained in:
Puneet Kaushik
2019-07-02 11:34:53 -07:00
committed by Facebook Github Bot
parent 6ae7d47317
commit 62109423be
3 changed files with 35 additions and 20 deletions

View File

@@ -367,6 +367,9 @@ def build_argparser():
common_args.add_argument(
"--scratch-path", help="Where to maintain checkouts and build dirs"
)
common_args.add_argument(
"--vcvars-path", default=None, help="Path to the vcvarsall.bat on Windows."
)
common_args.add_argument(
"--install-prefix",
help=(