macOS/tools/contribs: support out of source build
- May 09, 2024
-
-
CONTRIBS_BUILDDIR is relative to the caller's `pwd`. Although tarballs are placed in git repo, it doesn't interfere with meson. The implementation is similar to vlc's bootstrap/configure.
858fd29f -
TOOLS_BUILDDIR is relative to the caller `pwd`. Example invocation in vlcbuild directory: TOOLS_BUILDDIR=./keep_tools/ ../vlc/extras/package/macosx/build.sh
9b96c287
-