before-script-osx.sh 323 B

1234567891011
  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 \
  6. -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 \
  7. -DDepsPath=/tmp/obsdeps \
  8. -DVLCPath=$PWD/../../vlc-master \
  9. -DBUILD_BROWSER=ON \
  10. -DCEF_ROOT_DIR=$PWD/../../cef_binary_${CEF_BUILD_VERSION}_macosx64 ..