Skip to content

Commit 16e9cad

Browse files
authored
Fix build in android
1 parent 26399a7 commit 16e9cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_posix.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Package pq is a pure Go Postgres driver for the database/sql package.
22

3-
//go:build aix || darwin || dragonfly || freebsd || linux || nacl || netbsd || openbsd || plan9 || solaris || rumprun || illumos
4-
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris rumprun illumos
3+
//go:build aix || darwin || dragonfly || freebsd || (linux && !android) || nacl || netbsd || openbsd || plan9 || solaris || rumprun || illumos
4+
// +build aix darwin dragonfly freebsd (linux && !android) nacl netbsd openbsd plan9 solaris rumprun illumos
55

66
package pq
77

0 commit comments

Comments
 (0)