You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2020. It is now read-only.
For some weird reason the android build only works if it is done twice
once with ghc-options: -shared and once with ghc-options: -optl-shared and cc-options: -shared and ld-options: -shared
This makes the build script pretty fragile with a sed replacing the affected lines on every build.