aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Environment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Environment.h b/toolsrc/include/vcpkg_Environment.h
index 64b2315b9..9161f7ce5 100644
--- a/toolsrc/include/vcpkg_Environment.h
+++ b/toolsrc/include/vcpkg_Environment.h
@@ -16,4 +16,6 @@ namespace vcpkg::Environment
}
const fs::path& get_dumpbin_exe(const vcpkg_paths& paths);
+
+ const fs::path& get_vcvarsall_bat(const vcpkg_paths& paths);
}