mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix Python module build.
This commit is contained in:
parent
b2df3b492e
commit
207881d196
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ class CArgument(CObject):
|
|||
fullySplittedType.append(s)
|
||||
if 'MS2_DEPRECATED' in fullySplittedType:
|
||||
fullySplittedType.remove('MS2_DEPRECATED')
|
||||
elif 'LINPHONE_DEPRECATED' in fullySplittedType:
|
||||
fullySplittedType.remove('LINPHONE_DEPRECATED')
|
||||
isStruct = False
|
||||
isEnum = False
|
||||
self.ctype = 'int' # Default to int so that the result is correct eg. for 'unsigned short'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue