Skip to content

Commit

Permalink
build: Drop netbsd from supported targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Jun 19, 2024
1 parent af90a1e commit 58f4c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hydrunfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ "$1" = "go" ]; then
make depend

# Build
CGO_ENABLED=0 bagop -j "$(nproc)" -b "$2" -x '(android/*|ios/*|plan9/*|aix/*|linux/loong64|freebsd/*|wasip1/*|js/*|openbsd/*|windows/*|darwin/*|solaris/*|dragonfly/*)' -p "make build/$2 DST=\$DST" -d out
CGO_ENABLED=0 bagop -j "$(nproc)" -b "$2" -x '(android/*|ios/*|plan9/*|aix/*|linux/loong64|freebsd/*|wasip1/*|js/*|openbsd/*|windows/*|darwin/*|solaris/*|dragonfly/*|netbsd/*)' -p "make build/$2 DST=\$DST" -d out


exit 0
Expand Down

0 comments on commit 58f4c08

Please sign in to comment.