Skip to content

Commit

Permalink
Merge pull request #1060 from ian4hu/patch-1
Browse files Browse the repository at this point in the history
Fix build in android
  • Loading branch information
otan committed Nov 7, 2021
2 parents a54251e + b33a1b7 commit 6a102c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_posix.go
@@ -1,7 +1,7 @@
// Package pq is a pure Go Postgres driver for the database/sql package.

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

package pq

Expand Down

0 comments on commit 6a102c0

Please sign in to comment.