diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-25 12:24:53 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-25 12:24:53 +0200 |
commit | 670bba5d74c06a539dc115b30bcf71a15603c40e (patch) | |
tree | f49b47f4a19b384563e22ba7165c2efeb64d41f3 /sqlite3_opt_icu.go | |
parent | Reduced build time (diff) | |
parent | Update Travis CI (diff) | |
download | golite-670bba5d74c06a539dc115b30bcf71a15603c40e.tar.gz golite-670bba5d74c06a539dc115b30bcf71a15603c40e.tar.xz |
Merge branch 'fix/darwin-icu' into update/options
Diffstat (limited to 'sqlite3_opt_icu.go')
-rw-r--r-- | sqlite3_opt_icu.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sqlite3_opt_icu.go b/sqlite3_opt_icu.go index 8807aef..9bc0c61 100644 --- a/sqlite3_opt_icu.go +++ b/sqlite3_opt_icu.go @@ -9,5 +9,7 @@ package sqlite3 /* #cgo LDFLAGS: -licuuc -licui18n #cgo CFLAGS: -DSQLITE_ENABLE_ICU +#cgo darwin CFLAGS: -I/usr/local/opt/icu4c/include +#cgo darwin LDFLAGS: -L/usr/local/opt/icu4c/lib */ import "C" |