Commit adf8627f authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.4 (#25504)

parents 788cb529 dcc13ef1
......@@ -118,7 +118,7 @@ def get_extension_defn(moduleName, mapFileName, prefix):
for exc in exclude:
if exc in module.sourceFiles:
modules.sourceFiles.remove(exc)
module.sourceFiles.remove(exc)
return module
......
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