ort-customops/build.ios_xcframework

10 строки
232 B
Plaintext
Исходник Обычный вид История

2022-12-23 16:27:41 +03:00
#!/bin/bash
# builds an iOS xcframework
# see tools/ios/build_xcframework.py for details
# Get directory this script is in
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
python ${DIR}/tools/ios/build_xcframework.py "$@"