summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-21 19:56:24 -0700
committerJan Kotas <jkotas@microsoft.com>2016-03-21 19:56:24 -0700
commitea2737afe534c89e72c1490f6a9f7a2d54640265 (patch)
tree559707ecc06f919e22e868d746a6bb3752768037 /dir.props
parentfc2246d77a951ac2111f242f3bb408af39903270 (diff)
downloadcoreclr-ea2737afe534c89e72c1490f6a9f7a2d54640265.tar.gz
coreclr-ea2737afe534c89e72c1490f6a9f7a2d54640265.tar.bz2
coreclr-ea2737afe534c89e72c1490f6a9f7a2d54640265.zip
Fix intermediate directory for mscorlib build
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.props b/dir.props
index 110eabff47..7863433581 100644
--- a/dir.props
+++ b/dir.props
@@ -77,8 +77,8 @@
<!-- Output paths -->
<PropertyGroup>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">$(RootBinDir)obj</BaseIntermediateOutputPath>
- <IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(BaseIntermediateOutputPath)\$(BuildOS).$(BuildArch).$(Configuration)</IntermediateOutputPath>
- <OutputPath Condition="'$(OutputPath)' == ''">$(BaseIntermediateOutputPath)\$(BuildOS).$(BuildArch).$(Configuration)</OutputPath>
+ <IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(BaseIntermediateOutputPath)\$(BuildOS).$(BuildArch).$(BuildType)</IntermediateOutputPath>
+ <OutputPath Condition="'$(OutputPath)' == ''">$(BaseIntermediateOutputPath)\$(BuildOS).$(BuildArch).$(BuildType)</OutputPath>
<FinalOutputPath Condition="'$(FinalOutputPath)' == ''">$(BinDir)</FinalOutputPath>
</PropertyGroup>