aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-23 15:12:43 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-23 15:12:52 -0800
commit6d3ab4579d50f74cbe43373fa16ba875a97a8717 (patch)
tree974e87e31031089dd82c7d5839a9292a2ce48c54 /toolsrc/include
parent58aeb684429f107715a1b60500f8e24ea5a95f3c (diff)
downloadvcpkg-6d3ab4579d50f74cbe43373fa16ba875a97a8717.tar.gz
vcpkg-6d3ab4579d50f74cbe43373fa16ba875a97a8717.zip
[vcpkg_paths] Add "scripts" entry
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_paths.h b/toolsrc/include/vcpkg_paths.h
index a2932070d..ba6defb9f 100644
--- a/toolsrc/include/vcpkg_paths.h
+++ b/toolsrc/include/vcpkg_paths.h
@@ -24,6 +24,7 @@ namespace vcpkg
fs::path ports;
fs::path installed;
fs::path triplets;
+ fs::path scripts;
fs::path buildsystems;
fs::path buildsystems_msbuild_targets;