From 0391f2410ab111355eb1d2ea90f2276685adebd1 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 24 Oct 2023 10:12:16 -0400 Subject: FS13397: Fix ipodpatcher standalone build Patch from revo Change-Id: Ic41191c389d21861dec94f38418420d60f2596c3 --- utils/ipodpatcher/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/ipodpatcher/Makefile b/utils/ipodpatcher/Makefile index 4254995d22..47e96fcf30 100644 --- a/utils/ipodpatcher/Makefile +++ b/utils/ipodpatcher/Makefile @@ -31,7 +31,8 @@ endif LDOPTS_OSX = -framework CoreFoundation -framework IOKit LIBSOURCES = ipodpatcher.c fat32format.c arc4.c \ - ipodio-posix.c ipodio-win32-scsi.c ipodio-win32.c + ipodio-posix.c ipodio-win32-scsi.c ipodio-win32.c \ + ipodpatcher-aupd.c SOURCES = main.c $(BOOTSRC) ipodpatcher: SOURCES+= ipodio-posix.c -- cgit v1.2.3