Skip to content

Commit

Permalink
Fixes to TBB. Release will be attached to this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nullkiller committed Dec 3, 2023
1 parent ce1ed67 commit 96af062
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
```
Expand Down

0 comments on commit 96af062

Please sign in to comment.