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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -42,5 +42,5 @@ endif
-DWITH_OPENMP=OFF \
-DWITH_AVFFT=ON \
-Wno-dev
cd $< && $(CMAKEBUILD) . --target install
+$(CMAKEBUILD) $< --target install
touch $@
Loading