Skip to content

Commit

Permalink
Merge pull request #1044 from xhit/fix-build-solaris-illumos
Browse files Browse the repository at this point in the history
Fix build for illumos and solaris
  • Loading branch information
maddyblue committed May 28, 2021
2 parents 00c7774 + 9e3d2de commit 9e747ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user_other.go
@@ -1,6 +1,6 @@
// Package pq is a pure Go Postgres driver for the database/sql package.

// +build js android hurd illumos zos
// +build js android hurd zos

package pq

Expand Down
2 changes: 1 addition & 1 deletion user_posix.go
@@ -1,6 +1,6 @@
// Package pq is a pure Go Postgres driver for the database/sql package.

// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris rumprun
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris rumprun illumos

package pq

Expand Down

0 comments on commit 9e747ca

Please sign in to comment.