forked from mirror/go-sqlcipher
Add: icu4c to OSX
Required for building SQLite module `icu`
This commit is contained in:
parent
7fe42b0c27
commit
4525f3a65f
|
@ -456,6 +456,7 @@ before_install:
|
|||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew update
|
||||
brew install icu4c
|
||||
fi
|
||||
- |
|
||||
if [[ "${GOOS}" != "windows" ]]; then
|
||||
|
|
Loading…
Reference in New Issue