mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[build] Rename module ninja files to module.<name>.ninja
I was getting sick of tab completion not working for loading the elf binaries in gdb, so I'm renaming the module ninja files with a prefix.
This commit is contained in:
@@ -85,7 +85,7 @@ class Module:
|
||||
children |= {m for m in child.depmods if not m in closed}
|
||||
|
||||
def generate(self, output):
|
||||
filename = str(output / f"{self.name}.ninja")
|
||||
filename = str(output / f"module.{self.name}.ninja")
|
||||
|
||||
with open(filename, "w") as buildfile:
|
||||
from pathlib import Path
|
||||
|
||||
Reference in New Issue
Block a user