summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorJohn Chen <jochen@microsoft.com>2016-01-08 16:14:24 -0800
committerJohn Chen <jochen@microsoft.com>2016-01-23 22:12:12 -0800
commit3079b400e3519b0007338c021886f24b1705e64d (patch)
tree2779ed9ad1391ef81077b5818ddb93fd195d5c26 /dir.props
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-3079b400e3519b0007338c021886f24b1705e64d.tar.gz
coreclr-3079b400e3519b0007338c021886f24b1705e64d.tar.bz2
coreclr-3079b400e3519b0007338c021886f24b1705e64d.zip
Build mscorlib with CoreCLR MSBuild on Linux
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index b21f7545d8..fbbb49ae22 100644
--- a/dir.props
+++ b/dir.props
@@ -4,6 +4,7 @@
$(OS) is set to Unix/Windows_NT. This comes from an environment variable on Windows and MSBuild on Unix.
-->
<PropertyGroup>
+ <OsEnvironment Condition="'$(OsEnvironment)'=='' and '$(OS)'=='OSX'">Unix</OsEnvironment>
<OsEnvironment Condition="'$(OsEnvironment)'==''">$(OS)</OsEnvironment>
</PropertyGroup>