Skip to content

Commit 0bbf1b2

Browse files
committed
add comment on tbb patch
1 parent b275714 commit 0bbf1b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ cd ../../
276276
git clone -b $TBB_VERSION --depth 1 https://github.com/oneapi-src/oneTBB.git
277277
cd oneTBB
278278
# patch for "c++.exe: fatal error: input file '/dev/null' is the same as output file" issue on windows due to cmake execute_process quoting command
279+
# line 50 of https://github.com/uxlfoundation/oneTBB/commit/377e6c3b1719f8cc7b68f9d0939e652d7e3bf776#diff-08a9ef6921a1ae25a4447b8a4ff5740038771e549fb6f0ff69dafb35c342a8b8R5
279280
# instead of calling c++ to get the binutils version we get it from CMAKE_CXX_COMPILER_LINKER_VERSION
280281
# note: this works fine for us as we use binutils for linker and assembler, haven't checked if it also works if a different linker is used.
281282
git apply --ignore-space-change --ignore-whitespace --verbose ../tbb.diff

0 commit comments

Comments
 (0)