Add (v)asprintf compatibility functions
In case they are not available on the platform.
This commit is contained in:
@@ -138,6 +138,8 @@ endif
|
||||
|
||||
check_functions = [
|
||||
'strdup',
|
||||
'asprintf',
|
||||
'vasprintf',
|
||||
]
|
||||
|
||||
foreach f : check_functions
|
||||
|
||||
Reference in New Issue
Block a user