mpv-winbuild-cmake icon indicating copy to clipboard operation
mpv-winbuild-cmake copied to clipboard

cmake: add custom shell support

Open Andarwinux opened this issue 1 year ago • 0 comments

With ccache and LLVM PGO and wrapper hacks, build speed has improved so much that bash has become one of the main factors affecting the speed of building (mainly configure and autotools), so this PR add custom shell support to alleviate this problem.

The main problem is that the configure generated by autotools generates makefiles with some syntax that is not compatible with some faster POSIX shell, so we have to force use bash to execute these fucking shit.

Andarwinux avatar Mar 21 '24 14:03 Andarwinux