summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-02-15 21:28:50 -0800
committerGitHub <noreply@github.com>2019-02-15 21:28:50 -0800
commita4cad5d4d3a7bbb9fa98b8aa3dc8167328065ea7 (patch)
tree82d46e1388e8b13965ec82c06ac1b8ce735de50c /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parentb9b349decc9cedbc1be4cc0b918b8b190ab0e59d (diff)
downloadcoreclr-a4cad5d4d3a7bbb9fa98b8aa3dc8167328065ea7.tar.gz
coreclr-a4cad5d4d3a7bbb9fa98b8aa3dc8167328065ea7.tar.bz2
coreclr-a4cad5d4d3a7bbb9fa98b8aa3dc8167328065ea7.zip
Set the 'PLATFORM_OSX' constant during OSX build (#22639)
* Set the 'PLATFORM_OSX' constant during OSX build * Remove PLATFORM_OSX define from SPCL
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index a4c2a448d0..3719202970 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -83,9 +83,6 @@
<PropertyGroup Condition="'$(OsEnvironment)' == 'Unix'">
<DebugType>portable</DebugType>
</PropertyGroup>
- <PropertyGroup Condition="'$(TargetsOSX)' == 'true'">
- <DefineConstants>PLATFORM_OSX;$(DefineConstants)</DefineConstants>
- </PropertyGroup>
<!-- Assembly attributes -->
<PropertyGroup>
<AssemblyName>System.Private.CoreLib</AssemblyName>