From e51be03e52cff72275c549504752a3d8051102d0 Mon Sep 17 00:00:00 2001 From: Hayden Date: Fri, 19 Mar 2021 04:26:49 -0400 Subject: Forgot ldflags --- pw/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pw/Makefile b/pw/Makefile index 1f20552..b6279ef 100644 --- a/pw/Makefile +++ b/pw/Makefile @@ -2,6 +2,7 @@ CC ?= aarch64-apple-darwin-clang STRIP ?= aarch64-apple-darwin-strip LDID ?= ldid CFLAGS ?= -arch arm64 -isysroot /home/cameron/Documents/SDK/iPhoneOS14.3.sdk -miphoneos-version-min=13.0 +LDFLAGS ?= GINSTALL ?= install PREFIX ?= /usr DESTDIR ?= @@ -40,7 +41,7 @@ all: pw install: install-pw pw: $(SRC) $(LIBUTILSRC) $(SBUFSRC) ent.xml - $(CC) $(CFLAGS) -o pw -I. -Isbuf -Ilibutil $(SRC) $(LIBUTILSRC) $(SBUFSRC) -lcrypt + $(CC) $(CFLAGS) -o pw -I. -Isbuf -Ilibutil $(SRC) $(LIBUTILSRC) $(SBUFSRC) $(LDFLAGS) -lcrypt $(STRIP) pw $(LDID) -Sent.xml pw -- cgit v1.2.3-56-ge451