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
@@ -25,5 +25,5 @@ glslang: glslang-$(GLSLANG_BASENAME).tar.xz .sum-glslang
.glslang: glslang toolchain.cmake
cd $< && $(HOSTVARS_PIC) CXXFLAGS="-DYYDEBUG=0" $(CMAKE) -DBUILD_SHARED_LIBS=OFF \
-DENABLE_GLSLANG_BINARIES=OFF
cd $< && $(CMAKEBUILD) . --target install
+$(CMAKEBUILD) $< --target install
touch $@
Loading