Skip to content

apple: build.sh: use an absolute path for VLC_BUILD_DIR

Steve Lhomme requested to merge robUx4/vlc:apple-build-absolute into master

If it's relative, the other path variables using it are also relative like:

  • VLC_CONTRIB_INSTALL_DIR
  • VLC_INSTALL_DIR

VLC_CONTRIB_INSTALL_DIR is used from VLC_SRC_DIR/contrib/contrib-VLC_PSEUDO_TRIPLET and from ${VLC_BUILD_DIR}/build

Merge request reports