We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898256d commit d18b005Copy full SHA for d18b005
hererocks.py
@@ -1306,7 +1306,7 @@ def make(self):
1306
run("ar", "rcu", self.arch_file, lib_objs)
1307
run("ranlib", self.arch_file)
1308
1309
- built_luac_objs = [obj for obj in luac_objs if obj in objs]
+ built_luac_objs = [obj_ for obj_ in luac_objs if obj_ in objs]
1310
1311
# Handle the case when there are no source files for `luac`, likely because installing
1312
# from a git repo that does not have them, like the default one.
0 commit comments