splat in configure

This commit is contained in:
Ethan Roseman 2021-01-25 00:35:24 +09:00
parent 15de829b58
commit 4141881c33

View File

@ -159,8 +159,8 @@ async def main():
cpp = args.cpp or "cpp" cpp = args.cpp or "cpp"
ccache = "ccache" if cmd_exists("ccache") else "" ccache = "ccache" if cmd_exists("ccache") else ""
# compile n64splat dependencies # compile splat dependencies
await shell("make -C tools/n64splat") await shell("make -C tools/splat")
# split assets # split assets
print("Splitting segments from baserom", end="") print("Splitting segments from baserom", end="")