0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-06-14 11:21:42 +00:00

8 Commits

Author SHA1 Message Date
1f0dc0a0ef go fmt ./... 2024-01-25 22:55:22 +09:00
85a15a7254 Add build tags to support both x86 and ARM compilation on macOS ()
* Add build tags to support both x86 and ARM compilation on macOS

* Documentation fix: command line for build under macOS

* Global replace 'macOS X' -> 'macOS'. Fix typo in -tags cmd line param

* `README.md`: fix all `--tags` -> `-tags`

---------

Co-authored-by: Denis Dmitriev <dmitriev@itspartner.net>
2023-02-23 00:00:03 -05:00
fc06e55305 Add build constraints for non cgo 2019-11-18 18:03:31 +09:00
25ecb14adf Add: OpenBSD
Fixes 
2018-06-13 10:33:23 +02:00
420bfbcac8 fmt update
Fix: Placed all +build tags in the same location
Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup
Fix: Placed empty line between copyright comments and build tags for readability
Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines.
2018-05-27 00:05:45 +02:00
5abd024785 Fix: OSX icu module 2018-05-25 11:41:14 +02:00
765f6e93d2 Update prefix of build tags to sqlite_
* Keep current build tags backwards compliant
* Added alias for `sqlite_json1` => `sqlite_json`
2018-05-24 11:55:02 +02:00
ba97a23a7f Rename
Renamed files containing current features.
2018-05-23 22:20:06 +02:00