Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit aa12736

Browse files
authored
fix: update tapi url to github release in Makefile (#121)
1 parent 54f2946 commit aa12736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ github_release: build
3232

3333
tapi-1100.0.11:
3434
mkdir -p $@
35-
curl -# -L https://opensource.apple.com/tarballs/tapi/tapi-1100.0.11.tar.gz | tar xz -C $@ --strip-components=1
35+
curl -# -L https://github.com/apple-oss-distributions/tapi/archive/tapi-1100.0.11.tar.gz | tar xz -C $@ --strip-components=1
3636
patch -p1 -d $@ < patches/tapi.patch
3737

3838
tbb:

0 commit comments

Comments
 (0)