[vlc-commits] [Git][videolan/vlc][master] contrib: vulkan-loader: fix build with cmake generator other than make
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Fri Jun 24 08:31:40 UTC 2022
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
9dfc146b by Zhao Zhili at 2022-06-24T07:39:27+00:00
contrib: vulkan-loader: fix build with cmake generator other than make
- - - - -
1 changed file:
- contrib/src/vulkan-loader/rules.mak
Changes:
=====================================
contrib/src/vulkan-loader/rules.mak
=====================================
@@ -60,5 +60,5 @@ ifdef HAVE_WIN32
endif
$(call pkg_static,"build/loader/vulkan.pc")
- cd $</build && $(MAKE) install
+ +$(CMAKEBUILD) $</build --target install
touch $@
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9dfc146b3208b4344ad1ff6dd84f43c5d74068cf
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9dfc146b3208b4344ad1ff6dd84f43c5d74068cf
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list