moltenvk/Scripts/create_dylib_macos.sh

12 lines
262 B
Bash
Raw Normal View History

#!/bin/bash
set -e
export MVK_OS_CLANG="macosx"
export MVK_UX_FWK="AppKit"
export MVK_MIN_OS_VERSION=${MACOSX_DEPLOYMENT_TARGET}
export MVK_IOSURFACE_FWK="-framework IOSurface"
2020-06-09 14:30:46 -07:00
export MVK_IOKIT_FWK="-framework IOKit"
. "${SRCROOT}/../Scripts/create_dylib.sh"