moltenvk/External/getLatestSPIRVTools
Bill Hollings 780d3efe62 Updates and fixes to dynamic library creation process.
Use clang instead of libtool for building dynamic library from static library.
Fix SDK issue when building dylib with Xcode 9 on Sierra.
Add scripts to update submodules to latest versions.
Update to latest versions of submodules.
Remove Brenwill code signing IDs from Demo projects.
2017-11-26 15:37:55 -05:00

16 lines
374 B
Bash
Executable File

#!/usr/bin/env bash
#
# Copyright (c) 2016-2017 The Brenwill Workshop Ltd.
#
# getLatestSPIRVTools - Updates to the latest version of SPIRV-Tools submodule.
#
# macOS usage: ./getLatestSPIRVTools
rm -rf SPIRV-Headers
git clone https://github.com/KhronosGroup/SPIRV-Headers.git
rm -rf SPIRV-Tools
git clone https://github.com/KhronosGroup/SPIRV-Tools.git
./makeSPIRVTools