diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 11:55:02 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 11:55:02 +0200 |
commit | 765f6e93d28885358c2b14c885a63424d8bd68a8 (patch) | |
tree | 89c3a38e61cf0c29a88beb3398344eb5d9b5903f /sqlite3_opt_icu.go | |
parent | Update build tags with prefix `sqlite_` (diff) | |
download | golite-765f6e93d28885358c2b14c885a63424d8bd68a8.tar.gz golite-765f6e93d28885358c2b14c885a63424d8bd68a8.tar.xz |
Update prefix of build tags to `sqlite_`
* Keep current build tags backwards compliant
* Added alias for `sqlite_json1` => `sqlite_json`
Diffstat (limited to 'sqlite3_opt_icu.go')
-rw-r--r-- | sqlite3_opt_icu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_opt_icu.go b/sqlite3_opt_icu.go index e960626..8807aef 100644 --- a/sqlite3_opt_icu.go +++ b/sqlite3_opt_icu.go @@ -2,7 +2,7 @@ // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build icu +// +build sqlite_icu icu package sqlite3 |