Force `int` as base type

This commit is contained in:
Dan Balasescu 2024-10-23 17:03:25 +09:00
parent 140e73678d
commit ed43193103
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -263,6 +263,12 @@ base_command = [
"__va_list=byte*",
"__va_list_tag=byte",
"--nativeTypeNamesToStrip",
"unsigned int",
"--with-type",
"*=int", # all types should be ints by default
"--define-macro",
"SDL_FUNCTION_POINTER_IS_VOID_POINTER",
"SDL_DECLSPEC=", # Not supported by llvm