moltenvk/Scripts/create_dylib_tvos.sh
2020-06-09 14:47:11 -07:00

12 lines
235 B
Bash
Executable File

#!/bin/bash
set -e
export MVK_OS="tvos"
export MVK_UX_FWK="UIKit"
export MVK_MIN_OS_VERSION=${TVOS_DEPLOYMENT_TARGET}
export MVK_IOSURFACE_FWK="-framework IOSurface"
export MVK_IOKIT_FWK=""
. "${SRCROOT}/../Scripts/create_dylib.sh"