diff --git a/Hydrunfile b/Hydrunfile index 877bdc2..b82fc6e 100755 --- a/Hydrunfile +++ b/Hydrunfile @@ -47,7 +47,8 @@ if [ "$1" = "go" ]; then make depend # Build - CGO_ENABLED=0 bagop -j "$(nproc)" -b "$2" -x '(android/*|ios/*|plan9/*|aix/*|linux/loong64|freebsd/riscv64|wasip1/wasm|js/wasm)' -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/*)' -p "make build/$2 DST=\$DST" -d out + exit 0 fi