From e874c9e7f0be8a017deaa1c6ca3ea3e528a6b954 Mon Sep 17 00:00:00 2001 From: JCash Date: Wed, 12 Jun 2024 09:06:32 +0200 Subject: [PATCH] added C++17 for android --- defold-rive/ext.manifest | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/defold-rive/ext.manifest b/defold-rive/ext.manifest index 63660799..21c10250 100644 --- a/defold-rive/ext.manifest +++ b/defold-rive/ext.manifest @@ -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"]