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:
committed by
Facebook Github Bot
parent
6ae7d47317
commit
62109423be
@@ -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=(
|
||||
|
Reference in New Issue
Block a user