mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Try to force link of icu4c in mac build
This commit is contained in:
parent
34b2396284
commit
da968bbaa8
2 changed files with 3 additions and 5 deletions
|
@ -4,8 +4,10 @@ set -ex
|
||||||
|
|
||||||
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
brew update
|
brew update
|
||||||
brew install qt5 lmdb clang-format ninja libsodium cmark
|
brew install icu4c qt5 lmdb clang-format ninja libsodium cmark
|
||||||
brew upgrade boost cmake || true
|
brew upgrade boost cmake || true
|
||||||
|
# Attempt to fix icu4c issues.
|
||||||
|
brew unlink icu4c && brew link icu4c --force
|
||||||
|
|
||||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
sudo python get-pip.py
|
sudo python get-pip.py
|
||||||
|
|
|
@ -19,10 +19,6 @@ matrix:
|
||||||
- DEPLOYMENT=1
|
- DEPLOYMENT=1
|
||||||
- USE_BUNDLED_BOOST=0
|
- USE_BUNDLED_BOOST=0
|
||||||
- USE_BUNDLED_CMARK=0
|
- USE_BUNDLED_CMARK=0
|
||||||
addons:
|
|
||||||
homebrew:
|
|
||||||
packages:
|
|
||||||
- qt5
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue