mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 19:55:45 +00:00
travis: fix brew install
This commit is contained in:
parent
cf08670a1c
commit
3ebb5d3a2e
|
@ -3,7 +3,7 @@ sudo: false
|
|||
before_install:
|
||||
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew pkg-config glib; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install pkg-config glib; fi
|
||||
|
||||
script:
|
||||
- ./make.sh
|
||||
|
|
Loading…
Reference in a new issue