File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/native/managed/cdacreader/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 <ItemGroup >
3535 <!-- TODO: Link libraries on non-windows platforms. -->
3636 <!-- https://github.com/dotnet/runtime/issues/112416 -->
37- <DirectPInvoke Include =" unwinder_cdac_amd64" />
38- <NativeLibrary Include =" $(CoreCLRArtifactsPath)cdaclibs\unwinder_cdac_amd64.lib" Condition =" '$(TargetsWindows)' == 'true'" />
39- <DirectPInvoke Include =" unwinder_cdac_arm64" />
40- <NativeLibrary Include =" $(CoreCLRArtifactsPath)cdaclibs\unwinder_cdac_arm64.lib" Condition =" '$(TargetsWindows)' == 'true'" />
37+ <DirectPInvoke Include =" unwinder_cdac_amd64" Condition = " '$(TargetsWindows)' == 'true' and '$(TargetArchitecture)' == 'x64' " />
38+ <NativeLibrary Include =" $(CoreCLRArtifactsPath)cdaclibs\unwinder_cdac_amd64.lib" Condition =" '$(TargetsWindows)' == 'true' and '$(TargetArchitecture)' == 'x64' " />
39+ <DirectPInvoke Include =" unwinder_cdac_arm64" Condition = " '$(TargetsWindows)' == 'true' and '$(TargetArchitecture)' == 'x64' " />
40+ <NativeLibrary Include =" $(CoreCLRArtifactsPath)cdaclibs\unwinder_cdac_arm64.lib" Condition =" '$(TargetsWindows)' == 'true' and '$(TargetArchitecture)' == 'x64' " />
4141 </ItemGroup >
4242
4343 <ItemGroup >
You can’t perform that action at this time.
0 commit comments