build.sh 149 B

1234
  1. #!/bin/sh
  2. set -e
  3. clang -fmodules -Os -g -target arm64-apple-macos12 -o hv hv.m hv_demo.m
  4. codesign --sign - --force --entitlements hv.entitlements hv