Edit

kc3-lang/libffi/src

Branch :

  • Show log

    Commit

  • Author : Mike Hommey
    Date : 2020-11-10 20:41:33
    Hash : 8cc8f446
    Message : Allow to build with mingw-clang (#579) For some reason, compiling sysv.S with mingw-clang fails with: ``` error: invalid variant 'ffi_closure_inner@8' ``` This can be fixed (worked around?) by quoting the symbol. This works fine with mingw-gcc too.