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