• Show log

    Commit

  • Hash : 2b2f61f6
    Author : Xavier Claessens
    Date : 2022-10-24T20:39:04

    Small build cleanup (#743)
    
    * configure.ac: Remove some unused checks
    
    * Fix FFI_API definition
    
    When doing a static build dllimport/dllexport should be disabled. It was
    also using 2 different macros FFI_BUILDING_DLL and FFI_BUILDING for no
    reason.