From 14699fd47dd4c7102625f3d58aaafee8d9e3a7ef Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 22 Feb 2021 19:08:14 +0530 Subject: Appveyor: Use MSYS2 spirv-cross package. --- TOOLS/appveyor-install.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/TOOLS/appveyor-install.sh b/TOOLS/appveyor-install.sh index 835850abf1..95e4f7b4ed 100755 --- a/TOOLS/appveyor-install.sh +++ b/TOOLS/appveyor-install.sh @@ -24,6 +24,7 @@ pacman -S --noconfirm --needed \ $MINGW_PACKAGE_PREFIX-ninja \ $MINGW_PACKAGE_PREFIX-rubberband \ $MINGW_PACKAGE_PREFIX-shaderc \ + $MINGW_PACKAGE_PREFIX-spirv-cross \ $MINGW_PACKAGE_PREFIX-uchardet \ $MINGW_PACKAGE_PREFIX-vulkan @@ -51,12 +52,3 @@ pacman -Sc --noconfirm --enable-schannel make -j4 install ) - -# Compile SPIRV-Cross -( - git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Cross && cd SPIRV-Cross - - mkdir build && cd build - cmake -GNinja -DSPIRV_CROSS_SHARED=ON -DCMAKE_INSTALL_PREFIX=$MINGW_PREFIX .. - ninja install -) -- cgit v1.2.3