We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59885cf commit 5abd024Copy full SHA for 5abd024
.travis.yml
@@ -157,7 +157,7 @@ before_install:
157
- |
158
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
159
brew update
160
- brew install icu4c
+ brew upgrade icu4c
161
fi
162
163
if [[ "${GOOS}" != "windows" ]]; then
sqlite3_opt_icu.go
@@ -9,5 +9,7 @@ package sqlite3
9
/*
10
#cgo LDFLAGS: -licuuc -licui18n
11
#cgo CFLAGS: -DSQLITE_ENABLE_ICU
12
+#cgo darwin CFLAGS: -I/usr/local/opt/icu4c/include
13
+#cgo darwin LDFLAGS: -L/usr/local/opt/icu4c/lib
14
*/
15
import "C"
0 commit comments