feat: sqlite_icu extension

This commit is contained in:
2025-03-13 23:23:05 +07:00
parent 7bb363d790
commit 20458288c2
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ tasks:
- cmd: rm -f *.syso
platforms: [linux, darwin]
vars:
BUILD_FLAGS: '{{if eq .PRODUCTION "true"}}-tags production -trimpath -ldflags="-w -s -H windowsgui"{{else}}-gcflags=all="-l"{{end}}'
BUILD_FLAGS: '{{if eq .PRODUCTION "true"}}-tags "production sqlite_icu" -trimpath -ldflags="-w -s -H windowsgui"{{else}}-gcflags=all="-l" -tags "sqlite_icu"{{end}}'
env:
GOOS: windows
CGO_ENABLED: 1