Skip to content

Commit

Permalink
wasip1: compile user_posix.go on GOOS=wasip1
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
  • Loading branch information
achille-roussel committed Jun 9, 2023
1 parent 381d253 commit 7347279
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 && !android) || nacl || netbsd || openbsd || plan9 || solaris || rumprun || illumos
// +build aix darwin dragonfly freebsd linux,!android nacl netbsd openbsd plan9 solaris rumprun illumos
//go:build aix || darwin || dragonfly || freebsd || (linux && !android) || nacl || netbsd || openbsd || plan9 || solaris || rumprun || illumos || wasip1
// +build aix darwin dragonfly freebsd linux,!android nacl netbsd openbsd plan9 solaris rumprun illumos wasip1

package pq

Expand Down

0 comments on commit 7347279

Please sign in to comment.