Refactor build scripts. Update paths to MoltenVKGLSLToSPIRVConverter framework in demos. Fix rare build race condition on MoltenVKShaderConverter link to MoltenVK.
9 lines
115 B
Bash
Executable File
9 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
export MVK_OS="iOS"
|
|
export MVK_FRWK_SUBPATH=""
|
|
|
|
. "${SRCROOT}/../Scripts/create_framework.sh"
|