]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/tbb/fix-static-build.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / tbb / fix-static-build.patch
1 diff --git a/src/tbb/cilk-tbb-interop.h b/src/tbb/cilk-tbb-interop.h
2 index 295734b..f35531e 100644
3 --- a/src/tbb/cilk-tbb-interop.h
4 +++ b/src/tbb/cilk-tbb-interop.h
5 @@ -29,6 +29,8 @@
6 #else
7 #ifdef IN_CILK_RUNTIME
8 #define CILK_EXPORT __declspec(dllexport)
9 +#elif defined(IN_CILK_STATIC)
10 +#define CILK_EXPORT /* nothing */
11 #else
12 #define CILK_EXPORT __declspec(dllimport)
13 #endif // IN_CILK_RUNTIME