diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-09-19 18:22:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-19 18:22:39 -0700 |
| commit | 5c6310306f0a494c6fa54436b6fce5ef2ff0d715 (patch) | |
| tree | 5df7c7d9fef309bd4071de6643d26b6f8032c467 /spec | |
| parent | 34dcfbccc6c64a9394b54e6968791da92fcd18f5 (diff) | |
Remove include_data_with_rodata spec hack by incremental link of z_game_over (#1691)
Diffstat (limited to 'spec')
| -rw-r--r-- | spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -773,7 +773,7 @@ beginseg include "$(BUILD_DIR)/src/audio/session_config.o" include "$(BUILD_DIR)/src/code/jpegutils.o" include "$(BUILD_DIR)/src/code/jpegdecoder.o" - include_data_with_rodata "$(BUILD_DIR)/src/code/z_game_over.o" + include "$(BUILD_DIR)/src/code/z_game_over.o" include "$(BUILD_DIR)/src/code/z_construct.o" include "$(BUILD_DIR)/src/audio/tables/soundfont_table.o" include "$(BUILD_DIR)/assets/audio/sequence_font_table.o" |
