Skip to content

Commit

Permalink
Fix manifest to be compatible with latest glfw3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonnyg committed May 29, 2024
1 parent 9b20f80 commit 0b63b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defold-rive/ext.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ platforms:
osx:
context:
flags: ["-std=c++17", "-fno-rtti"]
excludeLibs: [graphics]
excludeLibs: [platform, graphics]
excludeSymbols: [GraphicsAdapterOpenGL]
symbols: [GraphicsAdapterVulkan]
libs: [graphics_vulkan, MoltenVK]
libs: [platform_vulkan, graphics_vulkan, MoltenVK]
frameworks: [Metal, IOSurface, QuartzCore]

ios:
Expand Down

0 comments on commit 0b63b3c

Please sign in to comment.