summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-03-26 09:07:26 -0700
committerMatt Mitchell <mmitche@microsoft.com>2015-03-31 10:51:10 -0700
commita7f62d7de9fe72c6b4a3ed8173eb22c358de82cc (patch)
tree0fd44f7b267796652151c6419b52f1139dc7d0f7 /clr.coreclr.props
parent82440897d45e16d706e80dc96918d362339d0d95 (diff)
downloadcoreclr-a7f62d7de9fe72c6b4a3ed8173eb22c358de82cc.tar.gz
coreclr-a7f62d7de9fe72c6b4a3ed8173eb22c358de82cc.tar.bz2
coreclr-a7f62d7de9fe72c6b4a3ed8173eb22c358de82cc.zip
Change paths and os names to match corefx
* binaries is now bin, intermediates is now obj * modifying unixmscorlib build to instead be linuxmscorlib + osxmscorlib. * Change OS=Unix to OS=Linux/OS=OSX and modified properties to mimic corefx's TargetsUnix.
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 59c3f0ce7b..da1b6816d3 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -94,7 +94,7 @@
<FeatureSvrGc Condition="'$(TargetArch)' != 'arm'">true</FeatureSvrGc>
</PropertyGroup>
- <PropertyGroup Condition="'$(OS)' == 'Unix'">
+ <PropertyGroup Condition="'$(TargetsUnix)' == 'true'">
<FeaturePal>true</FeaturePal>
<FeatureStubsAsIL>true</FeatureStubsAsIL>