1 2 3 4 5
#!/bin/sh if test -n "$WITH_OPT_blake3asm" && test "$WITH_OPT_blake3asm" -eq 1; then exit 1 fi exit 0