Skip to content

Commit

Permalink
wrong variable name, maybe armips will build now
Browse files Browse the repository at this point in the history
  • Loading branch information
someone2639 committed May 20, 2024
1 parent c7ea380 commit 6228fba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ tools/mipspro*/
tools/gfxdis.f3dex2
tools/gfxdis_f3dex2
tools/n64graphics
tools/armips
tools/iplfontutil
tools/n64crc
tools/patch_libultra_math
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ setup:
$(MAKE) -C libreultra -j4
$(MAKE) -C libreultra naudio -j4
$(MAKE) -C tools -j4
$(MAKE) -C f3dex2 $(GRUCODE) PARENT_OUTPUT_DIR=./f3dex2/ ARMIPS=$(_LOCAL_ARMIPS)
$(MAKE) -C f3dex2 $(GRUCODE) PARENT_OUTPUT_DIR=./f3dex2/ ARMIPS=$(LOCAL_ARMIPS)
cp -R f3dex2/build/$(GRUCODE)/ f3dex2
tools/extract_assets baserom.$(VERSION).z64

Expand Down

0 comments on commit 6228fba

Please sign in to comment.