diff options
author | fuzzard <fuzzard@kodi.tv> | 2023-06-19 19:47:39 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2023-06-19 19:47:39 +1000 |
commit | e335a0ef0f9a64d9e98b1290cd816229a983af6e (patch) | |
tree | fc43fc88a9ffebea4db7b4bbdf5a9899aac06373 /project | |
parent | d445d49176e6617ab63faffe4a973d5d2e04a938 (diff) |
[windows] remove doxygen from native dep list
doxygen that is downloaded isnt actually in a path that is found currently.
As its optional, dont bother with downloading it. Users can install doxygen for windows
manually, and the windows installer adds to PATH and then is found by our cmake
project
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 4e30e1dea2..cbea736def 100644 --- a/project/BuildDependencies/scripts/0_package.native-win32.list +++ b/project/BuildDependencies/scripts/0_package.native-win32.list @@ -6,7 +6,6 @@ ; -> sqlite-3.7.12.1-win32\system\sqlite3.dll ; -> ... ;PLEASE KEEP THIS LIST IN ALPHABETICAL ORDER! -doxygen-1.8.2-win32.7z JsonSchemaBuilder-win32-v141-20200105.7z swig-4.0.1-win32-v141-20200105.7z TexturePacker-win32-v141-20200105.7z |