Skip to content

Commit

Permalink
Fix builds for libffi
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Jan 27, 2024
1 parent 76a13dc commit 9cc5f6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libffi/src/main/java/org/bytedeco/libffi/presets/ffi.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ public void map(InfoMap infoMap) {
.put(new Info("__attribute__((deprecated))").annotations("@Deprecated"))
.put(new Info("FFI_FIRST_ABI", "FFI_SYSV", "FFI_THISCALL", "FFI_FASTCALL",
"FFI_STDCALL", "FFI_PASCAL", "FFI_REGISTER", "FFI_MS_CDECL",
"FFI_LAST_ABI", "FFI_DEFAULT_ABI").skip())
"FFI_LAST_ABI", "FFI_DEFAULT_ABI", "FFI_TYPE_UINT128",
"FFI_SYSV_TYPE_SMALL_STRUCT", "FFI_V2_TYPE_VECTOR",
"FFI_V2_TYPE_VECTOR_HOMOG", "FFI_V2_TYPE_FLOAT_HOMOG",
"FFI_V2_TYPE_DOUBLE_HOMOG", "FFI_V2_TYPE_SMALL_STRUCT").skip())
;
}

Expand Down

0 comments on commit 9cc5f6e

Please sign in to comment.