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!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -19,5 +19,5 @@ game-music-emu: game-music-emu-$(GME_VERSION).tar.bz2 .sum-gme
.gme: game-music-emu toolchain.cmake
cd $< && $(HOSTVARS_PIC) $(CMAKE) .
cd $< && $(CMAKEBUILD) . --target install
+$(CMAKEBUILD) $< --target install
touch $@
Loading