From 96af06218cfb49d4d7d8c0b377b2bc6a01853d24 Mon Sep 17 00:00:00 2001 From: Andrii Danylchenko Date: Sun, 3 Dec 2023 18:02:57 +0200 Subject: [PATCH] Fixes to TBB. Release will be attached to this commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dde99da..a9142c8 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ vcpkg-export-20170802-233045.7z -> vcpkg-export-x64-windows-v140.7z 7za rn vcpkg-export-x64-windows-v140.7z vcpkg-export-20170802-233045 vcpkg # Windows. Fail for some reason. 7z.exe rn vcpkg-export-x64-windows-v140.7z vcpkg-export-20170802-233045 vcpkg + +* Hacks to fix issues with release build +* Remove debug section from archive under installed/x64-windows and add new empty folder debug, copy release binaries from installed/x64-windows/bin to installed/x64-windows/debug/bin and same for lib folder +* Remove TBBTargets-debug.cmake so that TBB is not aware that it has any kind of debug build during find-package or whatever ``` * Archives can be uploaded to releases using [github-release](https://github.com/aktau/github-release): ```