Skip to content

Commit 96af062

Browse files
committed
Fixes to TBB. Release will be attached to this commit
1 parent ce1ed67 commit 96af062

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ vcpkg-export-20170802-233045.7z -> vcpkg-export-x64-windows-v140.7z
2626
7za rn vcpkg-export-x64-windows-v140.7z vcpkg-export-20170802-233045 vcpkg
2727
# Windows. Fail for some reason.
2828
7z.exe rn vcpkg-export-x64-windows-v140.7z vcpkg-export-20170802-233045 vcpkg
29+
30+
* Hacks to fix issues with release build
31+
* 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
32+
* Remove TBBTargets-debug.cmake so that TBB is not aware that it has any kind of debug build during find-package or whatever
2933
```
3034
* Archives can be uploaded to releases using [github-release](https://github.com/aktau/github-release):
3135
```

0 commit comments

Comments
 (0)