This commit is contained in:
Paul Knopf 2019-04-14 23:19:11 -04:00
parent 9d38c5e22c
commit 96acc0b1ae

View file

@ -9,7 +9,7 @@ mkdir -p $QT_DIR
wget -O- -q https://github.com/qmlnet/qt-runtimes/releases/download/releases/qt-5.12.2-ad0689c-osx-x64-dev.tar.gz | tar xpz -C $QT_DIR
# Needed to reference net472 in our native packages.
wget --retry-connrefused --waitretry=1 -O /tmp/mono.pkg https://download.mono-project.com/archive/5.20.1/macos-10-universal/MonoFramework-MDK-5.20.1.19.macos10.xamarin.universal.pkg
wget --retry-connrefused --waitretry=1 -q -O /tmp/mono.pkg https://download.mono-project.com/archive/5.20.1/macos-10-universal/MonoFramework-MDK-5.20.1.19.macos10.xamarin.universal.pkg
sudo installer -pkg /tmp/mono.pkg -target /
export PATH=$QT_DIR/qt/bin:$PATH