From 2da6546f44c13fa9d85dd95a735b448f74d0f8ad Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 1 Apr 2020 11:43:01 -0700 Subject: [PATCH] getdeps: hash over the visual studio path Summary: I was testing vs2019 vs vs2017 and realized that we weren't reconfiguring when the toolchain was changed; this resolves that. Reviewed By: genevievehelsel Differential Revision: D20795118 fbshipit-source-id: db80f090367cacfcc6b53887b77cf949f9cef0e6 --- build/fbcode_builder/getdeps/load.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build/fbcode_builder/getdeps/load.py b/build/fbcode_builder/getdeps/load.py index 9bd876e25..8f3f84c7a 100644 --- a/build/fbcode_builder/getdeps/load.py +++ b/build/fbcode_builder/getdeps/load.py @@ -271,6 +271,7 @@ class ManifestLoader(object): env = {} env["install_dir"] = self.build_opts.install_dir env["scratch_dir"] = self.build_opts.scratch_dir + env["vcvars_path"] = self.build_opts.vcvars_path env["os"] = self.build_opts.host_type.ostype env["distro"] = self.build_opts.host_type.distro env["distro_vers"] = self.build_opts.host_type.distrovers