Ranoller / gddragonbones

Plugin module for Godot 2.1 & Godot 3 Game Engine to use DragonBones
MIT License
39 stars 6 forks source link

error: use of typeid requires -frtti #7

Open slabgames opened 4 years ago

slabgames commented 4 years ago

modules/gddragonbones/src/dragonBones/model/UserData.h:41:5: error: use of typeid requires -frtti BIND_CLASS_TYPE_A(UserData);

The command I used: scons platform=android target=release android_arch=armv7 android_stl=yes

I got this error and many other similar errors while compiling for android I'm using Android NDK R20