Commit 7fbb9c8f authored by Jason Swails's avatar Jason Swails
Browse files

SWIG 3.0.5 has expanded args too

parent f7e4653a
...@@ -157,7 +157,7 @@ class SwigInputBuilder: ...@@ -157,7 +157,7 @@ class SwigInputBuilder:
skipAdditionalMethods=[], skipAdditionalMethods=[],
SWIG_VERSION='3.0.2'): SWIG_VERSION='3.0.2'):
self.nodeByID={} self.nodeByID={}
self.SWIG_COMPACT_ARGUMENTS = LooseVersion(SWIG_VERSION) < LooseVersion('3.0.6') self.SWIG_COMPACT_ARGUMENTS = LooseVersion(SWIG_VERSION) < LooseVersion('3.0.5')
self.configModule = __import__(os.path.splitext(configFilename)[0]) self.configModule = __import__(os.path.splitext(configFilename)[0])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment