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 @@ -81,7 +81,7 @@ The .NET Foundation licenses this file to you under the MIT license.
8181 <NativeObject >$(NativeIntermediateOutputPath)$(TargetName)$(NativeObjectExt)</NativeObject >
8282 <NativeBinary >$(NativeOutputPath)$(TargetName)$(NativeBinaryExt)</NativeBinary >
8383 <IlcExportUnmanagedEntrypoints Condition =" '$(IlcExportUnmanagedEntrypoints)' == '' and '$(NativeLib)' == 'Shared'" >true</IlcExportUnmanagedEntrypoints >
84- <ExportsFile Condition =" $(ExportsFile) == ''" >$(NativeIntermediateOutputPath)$(TargetName)$(ExportsFileExt)</ExportsFile >
84+ <ExportsFile Condition =" $(ExportsFile) == '' and '$(BuildingFrameworkLibrary)' != 'true' " >$(NativeIntermediateOutputPath)$(TargetName)$(ExportsFileExt)</ExportsFile >
8585
8686 <IlcCompileOutput >$(NativeObject)</IlcCompileOutput >
8787
You can’t perform that action at this time.
0 commit comments