Skip to content

Commit

Permalink
added C++17 for android
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Jun 12, 2024
1 parent e526519 commit e874c9e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions defold-rive/ext.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ platforms:

android:
context:
excludeLibs: [graphics]
excludeSymbols: [GraphicsAdapterOpenGL]
symbols: [GraphicsAdapterVulkan]
libs: [graphics_vulkan]
excludeLibs: [graphics]
excludeSymbols: [GraphicsAdapterOpenGL]
symbols: [GraphicsAdapterVulkan]
libs: [graphics_vulkan]
flags: ["-std=c++17", "-fno-rtti"]

0 comments on commit e874c9e

Please sign in to comment.