Closed iphydf closed 7 years ago
This patch makes it work: https://github.com/TokTok/hs-toxcore/blob/3dcca82905396780b8eb41936c3a239fb55e5e3a/android/patches/hs-clock-ffi.patch
This solution is not portable (__alignof__ is a gcc extension). It might be portable enough. If not, you may be able to do something like that with conditional compilation.
__alignof__
This should be fixed by #44.
This patch makes it work: https://github.com/TokTok/hs-toxcore/blob/3dcca82905396780b8eb41936c3a239fb55e5e3a/android/patches/hs-clock-ffi.patch
This solution is not portable (
__alignof__
is a gcc extension). It might be portable enough. If not, you may be able to do something like that with conditional compilation.