From 207881d196fc91a3782828b33c3e45d1eebd5535 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 4 Jan 2017 10:37:08 +0100 Subject: [PATCH] Fix Python module build. --- tools/genapixml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/genapixml.py b/tools/genapixml.py index 4326055ad..567e3cc64 100755 --- a/tools/genapixml.py +++ b/tools/genapixml.py @@ -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'