diff options
| author | aggieNick02 <nick@pcpartpicker.com> | 2021-07-01 09:27:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 07:27:37 -0700 |
| commit | 44bc6922764abb4118dc7a14d385bdc0a7a8dc37 (patch) | |
| tree | c0b19ddd18d9b09309c6e5203f5c292c9c2ddccd /ports/tbb/CONTROL | |
| parent | c37d7adbcc437e5ad2b0ee820660ad4996af366f (diff) | |
| download | vcpkg-44bc6922764abb4118dc7a14d385bdc0a7a8dc37.tar.gz vcpkg-44bc6922764abb4118dc7a14d385bdc0a7a8dc37.zip | |
[tbb] Remove ability to disable exception support in TBB runtime (#18740)
* After filing an issue with TBB (https://github.com/oneapi-src/oneTBB/issues/414), I found out that building the library with exceptions explicitly disabled as I had added support for had gone from not officially supported to more explicitly disallowed
* update tbb port-version
* run x-add-version
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 ea2bdc140..b089a3e7d 100644 --- a/ports/tbb/CONTROL +++ b/ports/tbb/CONTROL @@ -1,6 +1,6 @@ Source: tbb Version: 2020_U3 -Port-Version: 4 +Port-Version: 5 Homepage: https://github.com/01org/tbb Description: Intel's Threading Building Blocks. Supports: !(uwp|arm|arm64) | linux | osx |
