0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

ci/mingw: remove non-existent cmake option

This commit is contained in:
Kacper Michajłow 2024-05-18 20:36:02 +02:00
parent 2c68e6cb1f
commit 0f93a6934f

View File

@ -194,8 +194,7 @@ _vulkan_headers_mark=include/vulkan/vulkan.h
_vulkan_loader () {
[ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader
builddir Vulkan-Loader
cmake .. "${cmake_args[@]}" \
-DENABLE_WERROR=OFF -DUSE_GAS=ON
cmake .. "${cmake_args[@]}" -DUSE_GAS=ON
makeplusinstall
popd
}