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