From aa12736e33c8098c7623c24b24b8a61b7e20bf77 Mon Sep 17 00:00:00 2001 From: Trevor Lovell Date: Mon, 7 Nov 2022 04:29:18 -0700 Subject: [PATCH] fix: update tapi url to github release in Makefile (#121) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1e5af47..c4f6076a 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ github_release: build tapi-1100.0.11: mkdir -p $@ - curl -# -L https://opensource.apple.com/tarballs/tapi/tapi-1100.0.11.tar.gz | tar xz -C $@ --strip-components=1 + curl -# -L https://github.com/apple-oss-distributions/tapi/archive/tapi-1100.0.11.tar.gz | tar xz -C $@ --strip-components=1 patch -p1 -d $@ < patches/tapi.patch tbb: