Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2021-08-02 23:06:47 +0300
committerGitHub <noreply@github.com>2021-08-02 23:06:47 +0300
commitf83a9d9689433ce522b91e74a9631c83847e3b64 (patch)
tree593ef647a585259798757c2104495c2742ea9d8e /src/coreclr/clr.featuredefines.props
parent4e05e94635b89e8a4cf8be098fc47ffbf6933c31 (diff)
Match xplat event source conditions (#56435)
Diffstat (limited to 'src/coreclr/clr.featuredefines.props')
-rw-r--r--src/coreclr/clr.featuredefines.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/clr.featuredefines.props b/src/coreclr/clr.featuredefines.props
index 60e38832295..511db52edc1 100644
--- a/src/coreclr/clr.featuredefines.props
+++ b/src/coreclr/clr.featuredefines.props
@@ -14,7 +14,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(TargetsUnix)' == 'true'">
- <FeatureXplatEventSource Condition="'$(TargetOS)'!='OSX'">true</FeatureXplatEventSource>
+ <FeatureXplatEventSource Condition="'$(TargetOS)' == 'Linux'">true</FeatureXplatEventSource>
<FeatureArrayStubAsIL>true</FeatureArrayStubAsIL>
<FeatureMulticastStubAsIL>true</FeatureMulticastStubAsIL>