File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/coreclr/nativeaot/BuildIntegration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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:" $(NativeIntermediateOutputPath)%(ManagedBinary.Filename).sourcelink" " />
9292 <LinkerArg Condition =" '$(NativeLib)' == 'Shared'" Include =" /DLL" />
9393 <LinkerArg Include =" @(NativeLibrary->'" %(Identity)" ')" />
9494 <LinkerArg Include =" @(SdkNativeLibrary->'" %(Identity)" ')" />
You can’t perform that action at this time.
0 commit comments