Commit e4480662 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.5 (#25504)

parents 4b24d634 adf8627f
......@@ -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