Skip to content

Commit 03158dc

Browse files
committed
Fix musl build (#1164)
1 parent f08f1b6 commit 03158dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package sqlite3
2121
#cgo CFLAGS: -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1
2222
#cgo CFLAGS: -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT
2323
#cgo CFLAGS: -Wno-deprecated-declarations
24-
#cgo linux,!android CFLAGS: -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1
24+
#cgo linux,!android CFLAGS: -DHAVE_PREAD=1 -DHAVE_PWRITE=1
2525
#cgo openbsd CFLAGS: -I/usr/local/include
2626
#cgo openbsd LDFLAGS: -L/usr/local/lib
2727
#ifndef USE_LIBSQLITE3

0 commit comments

Comments
 (0)