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>2018-01-02 14:59:17 +0300
committerGitHub <noreply@github.com>2018-01-02 14:59:17 +0300
commit8ceb9d93892fdc5357342c37fa3c3cc255d33c0c (patch)
tree94774d5cd2856631f8377c2272de25b9e7b55e6d /dir.props
parent6f9db274e34b203543966bd9cde4c9719c1e88fe (diff)
Cleanup and simplify makefiles (#5179)
- Delete redundant or obsolete parts in makefiles - Update macOS prerequisites
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 6e9f1a4f7..b3b81a0dc 100644
--- a/dir.props
+++ b/dir.props
@@ -249,7 +249,7 @@
<DefineConstants>ARM64;BIT64;$(DefineConstants)</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Platform)' == 'wasm'">
- <DefineConstants>WASM;BIT32;PLATFORM_UNIX;$(DefineConstants)</DefineConstants>
+ <DefineConstants>WASM;BIT32;$(DefineConstants)</DefineConstants>
</PropertyGroup>
<PropertyGroup>