Skip to content

Commit

Permalink
tools: toolchain detection fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Jan 8, 2024
1 parent 431d7d5 commit 343c48f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion butano/butano.mak
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ else
ifneq ($(strip $(WONDERFUL_TOOLCHAIN)),)
include $(LIBBUTANOABS)/butano_wt.mak
else
$(error "DEVKITARM and WONDERFUL_TOOLCHAIN not found")
$(error "DEVKITARM and WONDERFUL_TOOLCHAIN not found")
endif
endif
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* * bn::backdrop_color_hbe_ptr added.
* * bn::fixed_point_t, bn::fixed_size_t, bn::fixed_rect_t and bn::top_left_fixed_rect_t added.
* * `__FILE_NAME__` macro is no longer required.
* * Toolchain detection fixed.
* * Build time reduced.
*
*
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.html

Large diffs are not rendered by default.

0 comments on commit 343c48f

Please sign in to comment.