From a4d4df9dd8a4f17fd35ade142d8e355a2ebf96ff Mon Sep 17 00:00:00 2001 From: Stan Date: Mon, 13 Feb 2023 12:07:35 +0000 Subject: [PATCH] Check for the existence of libMoltenVK Patch by: @Langbart Fixes #6729 This was SVN commit r27541. --- libraries/osx/build-osx-libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/osx/build-osx-libs.sh b/libraries/osx/build-osx-libs.sh index 139d2a582b..1cbc56f785 100755 --- a/libraries/osx/build-osx-libs.sh +++ b/libraries/osx/build-osx-libs.sh @@ -1048,7 +1048,7 @@ LIB_URL="https://releases.wildfiregames.com/libs/" mkdir -p "molten-vk" pushd "molten-vk" > /dev/null -if [[ "$force_rebuild" = "true" ]] || [[ ! -e .already-built ]] || [[ "$(<.already-built)" != "$MOLTENVK_VERSION" ]] +if [[ "$force_rebuild" = "true" ]] || [[ ! -e .already-built ]] || [[ "$(<.already-built)" != "$MOLTENVK_VERSION" ]] || [[ ! -e ../../../binaries/system/libMoltenVK.dylib ]] then INSTALL_DIR="../../../../binaries/system/" rm -f .already-built