diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-02-03 05:40:57 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-02-03 05:40:57 +0000 |
| commit | 3b4b2022d216ff0d91fdcb0fde96760b93399c5f (patch) | |
| tree | f66ee1912bc9ed3771e140fc7ba7f8fabe93bde5 /Graphics/GraphicsEngineVulkan | |
| parent | travis: fixed CMake unpack commands (diff) | |
| download | DiligentCore-3b4b2022d216ff0d91fdcb0fde96760b93399c5f.tar.gz DiligentCore-3b4b2022d216ff0d91fdcb0fde96760b93399c5f.zip | |
Disabled (for now) linking with simulator MoltenVK library to fix the iOS build
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt index a8048dfc..f4f0aa35 100644 --- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt +++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt @@ -270,7 +270,7 @@ elseif(PLATFORM_IOS) # The linker will issue a warning, but this will work for both device and the simulator. list(APPEND PRIVATE_DEPENDENCIES "${MoltenVK_FRAMEWORK}/ios-arm64/libMoltenVK.a" - "${MoltenVK_FRAMEWORK}/ios-arm64_x86_64-simulator/libMoltenVK.a" + #"${MoltenVK_FRAMEWORK}/ios-arm64_x86_64-simulator/libMoltenVK.a" ) find_library(CORE_GRAPHICS CoreGraphics) |
