]> O.S.I.I.S - jp/vkvg.git/commitdiff
add --recurse to vcpkg appveyor command
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 5 May 2020 19:26:57 +0000 (21:26 +0200)
committerj-p <jp_bruyere@hotmail.com>
Tue, 5 May 2020 20:14:27 +0000 (22:14 +0200)
appveyor.yml

index c627c530784c02e3ef65ce4d613b7405f642ba0c..13b46fdaf2b694d37700c11b7ad7dc7d01a75085 100644 (file)
@@ -24,7 +24,7 @@ for:
         - c:\VulkanSDK\
     install:
         - if not exist VulkanSDK.exe curl -L --silent --show-error --output VulkanSDK.exe https://vulkan.lunarg.com/sdk/download/1.1.130.0/windows/VulkanSDK-1.1.130.0-Installer.exe?Human=true && VulkanSDK.exe /S
-        - vcpkg install freetype harfbuzz fontconfig glfw3
+        - vcpkg install freetype harfbuzz fontconfig glfw3 --recurse
     before_build:
         - git submodule update --init --recursive
         - mkdir build