Skip to content

Commit a12d216

Browse files
authored
Update Microsoft.NETCore.Native.Windows.targets (#120368)
1 parent 0082733 commit a12d216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The .NET Foundation licenses this file to you under the MIT license.
8888
</ItemGroup>
8989

9090
<ItemGroup>
91-
<LinkerArg Condition="$(IlcMultiModule) != 'true' and $(EnableSourceLink) == 'true' and $(NativeDebugSymbols) == 'true'" Include="/SOURCELINK:$(NativeIntermediateOutputPath)%(ManagedBinary.Filename).sourcelink" />
91+
<LinkerArg Condition="$(IlcMultiModule) != 'true' and $(EnableSourceLink) == 'true' and $(NativeDebugSymbols) == 'true'" Include="/SOURCELINK:&quot;$(NativeIntermediateOutputPath)%(ManagedBinary.Filename).sourcelink&quot;" />
9292
<LinkerArg Condition="'$(NativeLib)' == 'Shared'" Include="/DLL" />
9393
<LinkerArg Include="@(NativeLibrary->'&quot;%(Identity)&quot;')" />
9494
<LinkerArg Include="@(SdkNativeLibrary->'&quot;%(Identity)&quot;')" />

0 commit comments

Comments
 (0)