mirror of https://github.com/ppy/SDL3-CS.git
Force `int` as base type
This commit is contained in:
parent
140e73678d
commit
ed43193103
|
|
@ -263,6 +263,12 @@ base_command = [
|
||||||
"__va_list=byte*",
|
"__va_list=byte*",
|
||||||
"__va_list_tag=byte",
|
"__va_list_tag=byte",
|
||||||
|
|
||||||
|
"--nativeTypeNamesToStrip",
|
||||||
|
"unsigned int",
|
||||||
|
|
||||||
|
"--with-type",
|
||||||
|
"*=int", # all types should be ints by default
|
||||||
|
|
||||||
"--define-macro",
|
"--define-macro",
|
||||||
"SDL_FUNCTION_POINTER_IS_VOID_POINTER",
|
"SDL_FUNCTION_POINTER_IS_VOID_POINTER",
|
||||||
"SDL_DECLSPEC=", # Not supported by llvm
|
"SDL_DECLSPEC=", # Not supported by llvm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue