before-script-osx.sh 312 B

123456
  1. # Make sure ccache is found
  2. export PATH=/usr/local/opt/ccache/libexec:$PATH
  3. mkdir build
  4. cd build
  5. cmake -DENABLE_SPARKLE_UPDATER=ON -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DDepsPath=/tmp/obsdeps -DVLCPath=$PWD/../../vlc-master -DBUILD_BROWSER=ON -DCEF_ROOT_DIR=$PWD/../../cef_binary_${CEF_BUILD_VERSION}_macosx64 ..