Skip to content

Commit

Permalink
butano: support BMFont (makefile fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Feb 8, 2022
1 parent 70e159b commit 3f636af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion butano/butano.mak
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ all:

#---------------------------------------------------------------------------------
$(BUILD):
@$(PYTHON) -B $(LIBBUTANOABS)/tools/butano_assets_tool.py --audio="$(AUDIO)" --graphics="$(GRAPHICS)" --fonts="$(FONTS)" --build=$(BUILD)
@$(PYTHON) -B $(LIBBUTANOABS)/tools/butano_assets_tool.py --audio="$(AUDIO)" --graphics="$(GRAPHICS) $(BUILD)/fonts" --fonts="$(FONTS)" --build=$(BUILD)
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile

#---------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/text/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PYTHON := python
SOURCES := src ../../common/src
INCLUDES := include ../../common/include
DATA :=
GRAPHICS := graphics $(BUILD)/fonts ../../common/graphics
GRAPHICS := graphics ../../common/graphics
AUDIO := audio ../../common/audio
FONTS := fonts
ROMTITLE := BUTANO TEXT
Expand Down
2 changes: 1 addition & 1 deletion template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PYTHON := python
SOURCES := src
INCLUDES := include
DATA :=
GRAPHICS := graphics $(BUILD)/fonts
GRAPHICS := graphics
AUDIO := audio
FONTS := fonts
ROMTITLE := ROM TITLE
Expand Down

0 comments on commit 3f636af

Please sign in to comment.