Skip to content

Commit

Permalink
us dun
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jan 20, 2024
1 parent 71099a4 commit d56642c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 253 deletions.
3 changes: 1 addition & 2 deletions tools/build/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ def build(
build(entry.object_path, entry.src_paths, "as")
elif isinstance(seg, splat.segtypes.common.asm.CommonSegAsm) or (
isinstance(seg, splat.segtypes.common.data.CommonSegData) and not seg.type[0] == "."
or isinstance(seg, splat.segtypes.common.textbin.CommonSegTextbin)
):
build(entry.object_path, entry.src_paths, "as")
elif seg.type in ["pm_effect_loads", "pm_effect_shims"]:
Expand Down Expand Up @@ -785,8 +786,6 @@ def build(
)
elif (
isinstance(seg, splat.segtypes.common.bin.CommonSegBin)
or isinstance(seg, splat.segtypes.common.textbin.CommonSegTextbin)
or isinstance(seg, splat.segtypes.common.rodatabin.CommonSegRodatabin)
):
build(entry.object_path, entry.src_paths, "bin")
elif isinstance(seg, splat.segtypes.n64.yay0.N64SegYay0):
Expand Down
Loading

0 comments on commit d56642c

Please sign in to comment.