mirror of
https://github.com/farisawan-2000/kirby64.git
synced 2024-11-26 22:50:43 +00:00
wrong variable name, maybe armips will build now
This commit is contained in:
parent
c7ea380345
commit
6228fba57e
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,7 +17,6 @@ tools/mipspro*/
|
||||
tools/gfxdis.f3dex2
|
||||
tools/gfxdis_f3dex2
|
||||
tools/n64graphics
|
||||
tools/armips
|
||||
tools/iplfontutil
|
||||
tools/n64crc
|
||||
tools/patch_libultra_math
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user