Skip to content

Commit

Permalink
Enable iOS builds for TBB (#27359)
Browse files Browse the repository at this point in the history
  • Loading branch information
DDoS authored Oct 21, 2022
1 parent 06bb809 commit 6f9321c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/tbb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "tbb",
"version": "2021.5.0",
"port-version": 1,
"description": "Intel's Threading Building Blocks.",
"homepage": "https://github.com/01org/tbb",
"license": "Apache-2.0",
"supports": "(windows & !uwp) | linux | osx",
"supports": "(windows & !uwp) | linux | osx | ios",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7258,7 +7258,7 @@
},
"tbb": {
"baseline": "2021.5.0",
"port-version": 0
"port-version": 1
},
"tcb-span": {
"baseline": "2021-12-15",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tbb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "22900b5a0b9c5114e5dc9452b088028ce6c6afc3",
"version": "2021.5.0",
"port-version": 1
},
{
"git-tree": "e2d94c971f648a21fa3068485c590b70bfa8b716",
"version": "2021.5.0",
Expand Down

0 comments on commit 6f9321c

Please sign in to comment.