Skip to content

Commit

Permalink
Fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
ian4hu authored Oct 13, 2021
1 parent 16e9cad commit b33a1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_posix.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Package pq is a pure Go Postgres driver for the database/sql package.

//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
// +build aix darwin dragonfly freebsd linux,!android nacl netbsd openbsd plan9 solaris rumprun illumos

package pq

Expand Down

0 comments on commit b33a1b7

Please sign in to comment.