Skip to content

Commit

Permalink
fixed crash on macos 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkorsukov committed Oct 8, 2020
1 parent 5b6bed9 commit 6339f82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
description: 'Build mode: devel_build, nightly_build, testing_build, stable_build'
required: true
default: 'devel_build'

env:
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions build/ci/macos/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ echo "Setup MacOS build environment"
# sudo installer -verbose -pkg MacPorts-2.6.2-10.15-Catalina.pkg -target /
# rm MacPorts-2.6.2-10.15-Catalina.pkg
# export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
# export MACOSX_DEPLOYMENT_TARGET=10.10
# echo -e "universal_target 10.10\nmacosx_deployment_target 10.10\nmacosx_sdk_version 10.10" | sudo tee -a /opt/local/etc/macports/macports.conf
# sudo port install git pkgconfig cmake
# sudo port install libsndfile lame portaudio jack

export MACOSX_DEPLOYMENT_TARGET=10.10

# install dependencies
wget -c --no-check-certificate -nv -O bottles.zip https://musescore.org/sites/musescore.org/files/2020-02/bottles-MuseScore-3.0-yosemite.zip
unzip bottles.zip
Expand Down

0 comments on commit 6339f82

Please sign in to comment.