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

12 lines
256 B
Bash
Executable File

#!/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"
export MVK_IOKIT_FWK="-framework IOKit"
. "${SRCROOT}/../Scripts/create_dylib.sh"