mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 01:52:31 +00:00
Check for the existence of libMoltenVK
Patch by: @Langbart Fixes #6729 This was SVN commit r27541.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user