Check for the existence of libMoltenVK

Patch by: @Langbart
Fixes #6729

This was SVN commit r27541.
This commit is contained in:
Stan
2023-02-13 12:07:35 +00:00
parent eafacb6e25
commit a4d4df9dd8
+1 -1
View File
@@ -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