Skip to content

Commit

Permalink
fix MacOS standalone gc case.
Browse files Browse the repository at this point in the history
  • Loading branch information
mangod9 committed Jul 24, 2021
1 parent 1ec99bf commit f85c129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/Common/testenvironment.proj
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<TestEnvironment Include="fullpgo" TieredPGO="1" TieredCompilation="1" TC_QuickJitForLoops="1" ReadyToRun="0"/>
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' == 'true'" GCName="clrgc.dll"/>
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsOSX)' == 'true'" GCName="libclrgc.dylib"/>
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' != 'true' and '$(TargetsOSX)' != 'true'" GCName="libclrgc.so"/>
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsLinux)' == 'true'" GCName="libclrgc.so"/>
</ItemGroup>

<!-- We use target batching on the COMPlusVariable items to iterate over the all COMPlus_* environment variables
Expand Down

0 comments on commit f85c129

Please sign in to comment.