build_lib.sh 132 B

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