blob: 47f0fc0f4677faacb2d0a9b3ad1675989887f0ec [file] [log] [blame]
#!/bin/bash
set -e
export MVK_OS="macosx"
export MVK_UX_FWK="AppKit"
export MVK_MIN_OS_VERSION=${MACOSX_DEPLOYMENT_TARGET}
export MVK_IOSURFACE_FWK="-framework IOSurface"
. "${SRCROOT}/../Scripts/create_dylib.sh"