diff options
author | fuzzard <fuzzard@kodi.tv> | 2023-06-21 17:37:52 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2023-06-21 17:37:52 +1000 |
commit | ae07ebf308a5d1ba85ee079e67e7f7be70d70487 (patch) | |
tree | 58545af367413fdb9d261f5013278665ddeddea0 /project | |
parent | cc005c5b4e97780e765820dca016754e3c988ff6 (diff) |
[windows] Dont ship vswhere
According to the docs at https://github.com/microsoft/vswhere, vswhere is shipped with
Visual Studio 2017 onwards at a standard location. Use this instead of shipping
a vswhere executable
Diffstat (limited to 'project')
-rw-r--r-- | project/BuildDependencies/scripts/0_package.native-win32.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project/BuildDependencies/scripts/0_package.native-win32.list b/project/BuildDependencies/scripts/0_package.native-win32.list index cbea736def..e97f37a878 100644 --- a/project/BuildDependencies/scripts/0_package.native-win32.list +++ b/project/BuildDependencies/scripts/0_package.native-win32.list @@ -9,4 +9,3 @@ JsonSchemaBuilder-win32-v141-20200105.7z swig-4.0.1-win32-v141-20200105.7z TexturePacker-win32-v141-20200105.7z -vswhere-2.2.11-win32.7z |