Don't build MoltenVK quietly

This commit is contained in:
Maik Klein 2019-06-24 09:15:56 +02:00
parent 17902011ed
commit 728d5e5f59

View file

@ -1,5 +1,5 @@
git clone https://github.com/KhronosGroup/MoltenVK.git git clone https://github.com/KhronosGroup/MoltenVK.git
cd MoltenVK cd MoltenVK
sh fetchDependencies sh fetchDependencies
make macos xcodebuild -project "$(XCODE_PROJ)" -scheme "$(XCODE_SCHEME_BASE) (macOS only)"
cp Package/Release/MoltenVK/macOS/static/libMoltenVK.a ../native cp Package/Release/MoltenVK/macOS/static/libMoltenVK.a ../native