ash-molten/build_molten.sh

6 lines
233 B
Bash
Raw Normal View History

2019-06-18 18:11:51 +10:00
git clone https://github.com/KhronosGroup/MoltenVK.git
2019-06-08 01:07:12 +10:00
cd MoltenVK
sh fetchDependencies
2019-06-24 17:15:56 +10:00
xcodebuild -project "$(XCODE_PROJ)" -scheme "$(XCODE_SCHEME_BASE) (macOS only)"
2019-06-17 19:22:17 +10:00
cp Package/Release/MoltenVK/macOS/static/libMoltenVK.a ../native