summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorRew <Rew017@hotmail.com>2017-04-10 16:06:49 -0400
committerJan Kotas <jkotas@microsoft.com>2017-04-10 13:06:49 -0700
commit80423b67b16f563bbcb281f996c7b5cdee96093a (patch)
treee5ea205a957797d4b7a0bb410a10cd404a6440be /clr.coreclr.props
parentee4ed1ac502f037e9894006ecc8da63f97325694 (diff)
downloadcoreclr-80423b67b16f563bbcb281f996c7b5cdee96093a.tar.gz
coreclr-80423b67b16f563bbcb281f996c7b5cdee96093a.tar.bz2
coreclr-80423b67b16f563bbcb281f996c7b5cdee96093a.zip
CoreLib Build System portability updates (#10839)
Updates to corelib project file for target specific includes. Intended to ease maintainability of existing targets and clarify necessary work for new targets.
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 53c66e2675..5251eab780 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -81,7 +81,7 @@
<FeatureCoreFxGlobalization>true</FeatureCoreFxGlobalization>
</PropertyGroup>
- <PropertyGroup Condition="'$(TargetsUnix)' != 'true'">
+ <PropertyGroup Condition="'$(TargetsWindows)' == 'true'">
<FeatureArrayStubAsIL Condition="('$(TargetArch)' == 'arm') or ('$(TargetArch)' == 'amd64') or ('$(TargetArch)' == 'arm64')">true</FeatureArrayStubAsIL>
<FeatureStubsAsIL Condition="'$(TargetArch)' == 'arm64'">true</FeatureStubsAsIL>
<FeatureUseLcid>true</FeatureUseLcid>