Skip to content

Commit

Permalink
Move built linker script to build
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm committed Feb 16, 2024
1 parent ad05c50 commit 325df09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ BUILD_DIR := build
ROM := $(BUILD_DIR)/$(TARGET)-$(VERSION).z64
ELF := $(ROM:.z64=.elf)
MAP := $(ROM:.z64=.map)
LDSCRIPT := linker_scripts/$(VERSION)/$(TARGET)-$(VERSION).ld
LDSCRIPT := $(ROM:.z64=.ld)


#### Setup ####
Expand Down
2 changes: 1 addition & 1 deletion yamls/us/header.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sha1: b13072fef6c6df48c07d8822c01e5bc59036f6da
options:
basename: yoshisstory
target_path: baseroms/us/baserom.z64
ld_script_path: linker_scripts/us/yoshisstory-us.ld
ld_script_path: build/yoshisstory-us.ld
base_path: .
compiler: IDO
find_file_boundaries: True
Expand Down

0 comments on commit 325df09

Please sign in to comment.