Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-09-14 08:52:10 +0300
committerJan Kotas <jkotas@microsoft.com>2016-09-20 06:16:42 +0300
commit5cf592a25138a2fb94630075c17e2afd1703d983 (patch)
tree2383c052f1e780c514cbcbc4a16c2321e19edc43 /dir.props
parentf014f56d8dc3ef1661d29e4c416a48e48c9196f8 (diff)
Update simple test driver
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 82ea13293..8fe39695a 100644
--- a/dir.props
+++ b/dir.props
@@ -5,6 +5,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>