Skip to content
Snippets Groups Projects

contrib: vulkan-loader: fix build with cmake generator other than make

Merged Zhao Zhili requested to merge quink/vlc:contrib-vulkan-loader into master
@@ -60,5 +60,5 @@ ifdef HAVE_WIN32
endif
$(call pkg_static,"build/loader/vulkan.pc")
cd $</build && $(MAKE) install
+$(CMAKEBUILD) $</build --target install
touch $@
Loading