Alexey Gulev
Alexey Gulev
@britzl found how to solve part of the issue related to `c++11` but this error still happening: ``` CocoaPodsService/Pods/KSCrash/Source/KSCrash/Recording/Tools/KSMachineContext.c:47:9: error: unknown type name 'ucontext64_t'; did you mean 'ucontext_t'? typedef ucontext64_t...
I've made a new task for this particular issue (because the current one is a mix of everything altogether): https://github.com/defold/extender/issues/389
I'm not sure how to test it, it's not enough info
I can't reproduce it
Flip and rotation are done in the engine. Now we need this functionality in the editor
add minimal repro project
https://wonderlandengine.com/news/release-1.2.1/
@aglitchman could you please test it using the latest 1.9.7 beta?
I tested it and got: Defold 1.9.6  Defold 1.9.7 beta  Just want you to verify
I see two ways to solve it: 1. build our libs with static linking 2. bundle needed GCLIB all together with the other libs