"vscode:/vscode.git/clone" did not exist on "2b195e431a2466f96b4ff390f95525b52618dcf5"
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:
skipAdditionalMethods=[],
SWIG_VERSION='3.0.2'):
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])
......
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