Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 04c5db6

Browse files
committed
Enable 'FeatureStubsAsIL' in the managed code
1 parent 3592d02 commit 04c5db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clr.coreclr.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<FeaturePal>true</FeaturePal>
8383
<FeatureXplatEventSource>true</FeatureXplatEventSource>
8484

85-
<FeatureStubsAsIL Condition="'$(TargetArch)' != 'arm'">true</FeatureStubsAsIL>
85+
<FeatureStubsAsIL>true</FeatureStubsAsIL>
8686

8787
<!-- Windows specific features -->
8888
<FeatureWin32Registry>false</FeatureWin32Registry>

0 commit comments

Comments
 (0)