Skip to content

Commit

Permalink
ICEWEASEL_83.0.0_X86_BUILD3.
Browse files Browse the repository at this point in the history
  • Loading branch information
adonais committed Nov 15, 2020
1 parent a92fd09 commit b8d1f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/mozbuild/mozbuild/backend/recursivemake.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def consume_object(self, obj):
}
variables = [suffix_map[obj.canonical_suffix]]
if isinstance(obj, GeneratedSources):
variables.append('GARBAGE')
variables.append('GARBAGE')
base = backend_file.objdir
cls = ObjDirPath
prefix = '!'
Expand All @@ -482,7 +482,7 @@ def consume_object(self, obj):
}
variables = [suffix_map[obj.canonical_suffix]]
if isinstance(obj, HostGeneratedSources):
variables.append('GARBAGE')
variables.append('GARBAGE')
base = backend_file.objdir
cls = ObjDirPath
prefix = '!'
Expand All @@ -506,7 +506,7 @@ def consume_object(self, obj):
}
variables = [suffix_map[obj.canonical_suffix]]
if isinstance(obj, WasmGeneratedSources):
variables.append('GARBAGE')
variables.append('GARBAGE')
base = backend_file.objdir
cls = ObjDirPath
prefix = '!'
Expand Down

0 comments on commit b8d1f65

Please sign in to comment.