mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 16:05:47 +00:00
travis: do not need to install pkg-config
This commit is contained in:
parent
3ebb5d3a2e
commit
1ddebc7304
|
@ -3,7 +3,7 @@ sudo: false
|
||||||
before_install:
|
before_install:
|
||||||
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
|
- 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 update; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install pkg-config glib; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install glib; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./make.sh
|
- ./make.sh
|
||||||
|
|
Loading…
Reference in a new issue