Skip to content

Commit

Permalink
[mono] Respect KeepNativeSymbols when building cross compilers. (#88398)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored Jul 5, 2023
1 parent ffb13a4 commit aea45ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/mono.proj
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@
<MonoAOTCMakeArgs Include="-DGC_SUSPEND=$(MonoThreadSuspend)" />
<!-- rename exe -->
<MonoAOTCMakeArgs Include="-DMONO_CROSS_COMPILE_EXECUTABLE_NAME=1" />
<MonoAOTCMakeArgs Include="-DCLR_CMAKE_KEEP_NATIVE_SYMBOLS=true" Condition="'$(KeepNativeSymbols)' == 'true'" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit aea45ea

Please sign in to comment.