Kaydet (Commit) adf8627f authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.4 (#25504)

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