diff options
| author | tarcila <tarcila@users.noreply.github.com> | 2019-11-01 16:46:49 -0400 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-11-01 13:46:49 -0700 |
| commit | 84bafa656bc52a87388041f443dd5e2b54e5dd5b (patch) | |
| tree | 9aa45865e7c6a0fe4b3b210899e8abd15d4ffc73 /ports/tbb/CONTROL | |
| parent | 38570e216e2d5541891cd1d6afa4d8487615d935 (diff) | |
| download | vcpkg-84bafa656bc52a87388041f443dd5e2b54e5dd5b.tar.gz vcpkg-84bafa656bc52a87388041f443dd5e2b54e5dd5b.zip | |
tbb: Fix compilation on OSX (#8744)
* tbb: Fix compilation on OSX
Make sure CMake detected sysroot is correctly forwarded to TBB build
system so system headers files will be found later on.
* tbb: Version bump
Diffstat (limited to 'ports/tbb/CONTROL')
| -rw-r--r-- | ports/tbb/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/tbb/CONTROL b/ports/tbb/CONTROL index da29e4879..a51904261 100644 --- a/ports/tbb/CONTROL +++ b/ports/tbb/CONTROL @@ -1,4 +1,4 @@ Source: tbb -Version: 2019_U8-1 +Version: 2019_U8-2 Homepage: https://github.com/01org/tbb Description: Intel's Threading Building Blocks. |
