File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
</PropertyGroup >
14
14
15
15
<PropertyGroup Condition =" '$(TargetsUnix)' == 'true'" >
16
- <FeatureXplatEventSource >true</FeatureXplatEventSource >
16
+ <FeatureXplatEventSource Condition = " '$(TargetOS)'!='OSX' " >true</FeatureXplatEventSource >
17
17
18
18
<FeatureArrayStubAsIL >true</FeatureArrayStubAsIL >
19
19
<FeatureMulticastStubAsIL >true</FeatureMulticastStubAsIL >
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ endif(FEATURE_GDBJIT_LANGID_CS)
120
120
if (FEATURE_GDBJIT_SYMTAB)
121
121
add_definitions (-DFEATURE_GDBJIT_SYMTAB)
122
122
endif (FEATURE_GDBJIT_SYMTAB)
123
- if (CLR_CMAKE_TARGET_UNIX )
123
+ if (CLR_CMAKE_TARGET_LINUX )
124
124
add_definitions (-DFEATURE_EVENTSOURCE_XPLAT)
125
- endif (CLR_CMAKE_TARGET_UNIX )
125
+ endif (CLR_CMAKE_TARGET_LINUX )
126
126
# NetBSD doesn't implement this feature
127
127
if (NOT CLR_CMAKE_TARGET_NETBSD)
128
128
add_definitions (-DFEATURE_HIJACK)
You can’t perform that action at this time.
0 commit comments