mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
splat in configure
This commit is contained in:
parent
15de829b58
commit
4141881c33
@ -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="")
|
||||||
|
Loading…
Reference in New Issue
Block a user