]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/mpir/enable-runtimelibrary-toggle.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / mpir / enable-runtimelibrary-toggle.patch
1 diff --git a/build.vc/mpir_debug_lib.props b/build.vc/mpir_debug_lib.props
2 index b2fd57b..3937570 100644
3 --- a/build.vc/mpir_debug_lib.props
4 +++ b/build.vc/mpir_debug_lib.props
5 @@ -9,7 +9,8 @@
6 <ItemDefinitionGroup>
7 <ClCompile>
8 <ObjectFileName>$(IntDir)dum\my\%(RelativeDir)</ObjectFileName>
9 - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
10 + <RuntimeLibrary>$(RuntimeLibrary)</RuntimeLibrary>
11 + <DebugInformationFormat>OldStyle</DebugInformationFormat>
12 <ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
13 </ClCompile>
14 <Link>
15 diff --git a/build.vc/mpir_release_lib.props b/build.vc/mpir_release_lib.props
16 index 6cdff3e..3937570 100644
17 --- a/build.vc/mpir_release_lib.props
18 +++ b/build.vc/mpir_release_lib.props
19 @@ -9,7 +9,7 @@
20 <ItemDefinitionGroup>
21 <ClCompile>
22 <ObjectFileName>$(IntDir)dum\my\%(RelativeDir)</ObjectFileName>
23 - <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
24 + <RuntimeLibrary>$(RuntimeLibrary)</RuntimeLibrary>
25 <ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
26 </ClCompile>
27 <Link>