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 @@ -356,7 +356,7 @@ The .NET Foundation licenses this file to you under the MIT license.
356356 <CustomLinkerArg Include =" /LIBPATH:" %(AdditionalNativeLibraryDirectories.Identity)" " Condition =" '$(_targetOS)' == 'win' and '@(AdditionalNativeLibraryDirectories->Count())' > 0" />
357357 <CustomLinkerArg Include =" -exported_symbols_list " $(ExportsFile)" " Condition =" '$(_IsApplePlatform)' == 'true' and '$(ExportsFile)' != ''" />
358358 <CustomLinkerArg Include =" -exported_symbols_list /dev/null" Condition =" '$(OutputType)' == 'exe' and '$(_IsApplePlatform)' == 'true' and '$(ExportsFile)' == ''" />
359- <CustomLinkerArg Include =" -Wl,--version-script=$(ExportsFile)" Condition =" '$(_targetOS)' != 'win' and '$(_IsApplePlatform)' != 'true' and '$(ExportsFile)' != ''" />
359+ <CustomLinkerArg Include =" -Wl,--version-script=" $(ExportsFile)" " Condition =" '$(_targetOS)' != 'win' and '$(_IsApplePlatform)' != 'true' and '$(ExportsFile)' != ''" />
360360 <CustomLinkerArg Include =" -Wl,--export-dynamic" Condition =" '$(_targetOS)' != 'win' and '$(_IsApplePlatform)' != 'true' and '$(ExportsFile)' != ''" />
361361 <CustomLinkerArg Include =" -Wl,-dead_strip" Condition =" '$(_IsApplePlatform)' == 'true'" />
362362 <CustomLinkerArg Include =" @(LinkerArg)" />
You can’t perform that action at this time.
0 commit comments