mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-21 06:45:32 -06:00
Minor.
This commit is contained in:
parent
ad8c1bdd41
commit
4806831a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -O- -q https://download.mono-project.com/archive/5.20.1/macos-10-universal/MonoFramework-MDK-5.20.1.19.macos10.xamarin.universal.pkg > /tmp/mono.pkg
|
||||
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
|
||||
installer -pkg /tmp/mono.pkg -target /
|
||||
|
||||
export PATH=$QT_DIR/qt/bin:$PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue