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

Commit

Permalink
fix: update tapi url to github release in Makefile (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trouv authored Nov 7, 2022
1 parent 54f2946 commit aa12736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa12736

Please sign in to comment.