Skip to content

Commit

Permalink
butano: libstdc++ is now linked by default
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Dec 30, 2024
1 parent 063e299 commit b87e82f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* * More bn::istring_base comparison operators added.
* * bn::utf8_character validation improved.
* * Green swap disabled when the display is stopped.
* * `libstdc++` is now linked by default.
* * @ref faq_delta_time, @ref faq_sprites_metasprites and @ref faq_backgrounds_animated questions
* added to the @ref faq page.
* * @ref faq_standard and @ref faq_memory_heap questions improved.
Expand Down
2 changes: 1 addition & 1 deletion butano/tools/sources_setup.mak
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#---------------------------------------------------------------------------------------------------------------------
# Any extra libraries we wish to link with the project:
#---------------------------------------------------------------------------------------------------------------------
LIBS := -lgcc $(USERLIBS)
LIBS := -lgcc -lstdc++ $(USERLIBS)

#---------------------------------------------------------------------------------------------------------------------
# List of directories containing libraries, this must be the top level containing include and lib directories:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.html

Large diffs are not rendered by default.

0 comments on commit b87e82f

Please sign in to comment.