Skip to content

Commit

Permalink
add support for libsqlite3 on z/OS
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-ward authored and mattn committed May 1, 2024
1 parent 18cdded commit 3c0390b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlite3_libsqlite3.go
Expand Up @@ -18,5 +18,6 @@ package sqlite3
#cgo openbsd LDFLAGS: -lsqlite3
#cgo solaris LDFLAGS: -lsqlite3
#cgo windows LDFLAGS: -lsqlite3
#cgo zos LDFLAGS: -lsqlite3
*/
import "C"

0 comments on commit 3c0390b

Please sign in to comment.