Skip to content
Snippets Groups Projects

contrib: Allow cmake make invocation to communicate with the jobserver

Merged Hugo Beauzée-Luyssen requested to merge chouquette/vlc:cmake_parallel_builds into master
All threads resolved!
Files
19
+ 2
2
@@ -83,7 +83,7 @@ endif
rm -rf $(PREFIX)/include/aom
cd $< && rm -rf aom_build && mkdir -p aom_build
cd $</aom_build && LDFLAGS="$(AOM_LDFLAGS)" $(HOSTVARS) $(CMAKE) ../ $(AOM_CONF)
+cd $< && $(CMAKEBUILD) aom_build
+$(CMAKEBUILD) $</aom_build
$(call pkg_static,"aom_build/aom.pc")
+cd $</aom_build && $(CMAKEBUILD) . --target install
+$(CMAKEBUILD) $</aom_build --target install
touch $@
Loading