fix building gs_areawindow

This commit is contained in:
PikalaxALT 2025-12-29 08:33:59 -05:00
parent c3fbbf91ad
commit 549ce22f8f
No known key found for this signature in database
GPG Key ID: 7774E96AA69E5B61
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ CLOBBER_SIZE_VERSION101_64K_NCGR_FILES += \
$(ZUKAN_GRA_DIR)/zukan_gra_00000115.NCGR \
$(ZUKAN_GRA_DIR)/zukan_gra_00000119.NCGR
VERSION101_SOPC_NCGR_FILES := \
VERSION101_SOPC_NCGR_FILES += \
$(ZUKAN_GRA_DIR)/zukan_gra_00000001.NCGR \
$(ZUKAN_GRA_DIR)/zukan_gra_00000003.NCGR \
$(ZUKAN_GRA_DIR)/zukan_gra_00000004.NCGR \

View File

@ -269,7 +269,7 @@ case "$mode" in
mkdir -p $(dirname $basefile)
"${MYDIR}"/ntrextractfile "${baserom}" "${filepath}" >"${basefile}"
}
cmp -s "$basefile" "$buildfile" || diff -u <(hexdump -Cv "$basefile") <(hexdump -Cv "$buildfile")
cmp -s "$basefile" "$buildfile" || diff $difftype <(hexdump -Cv "$basefile") <(hexdump -Cv "$buildfile")
exit 0
;;
esac