mirror of https://github.com/mpv-player/mpv
ci/mingw: remove non-existent cmake option
This commit is contained in:
parent
2c68e6cb1f
commit
0f93a6934f
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue