Skip to content

Commit d96067e

Browse files
committed
0: Disable OLD_DEPLOYMENT_TARGET on OSX
1 parent 7a43637 commit d96067e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Swift.Toffee.macOS.elements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
2323
<Optimize>false</Optimize>
2424
<OutputPath>.\bin\Debug</OutputPath>
25-
<DefineConstants>DEBUG;OLD_DEPLOYMENT_TARGET;TRACE</DefineConstants>
25+
<DefineConstants>DEBUG;TRACE</DefineConstants>
2626
<GenerateDebugInfo>True</GenerateDebugInfo>
2727
<EnableAsserts>True</EnableAsserts>
2828
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
@@ -37,7 +37,7 @@
3737
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
3838
<CaptureConsoleOutput>False</CaptureConsoleOutput>
3939
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
40-
<DefineConstants>OLD_DEPLOYMENT_TARGET</DefineConstants>
40+
<DefineConstants></DefineConstants>
4141
</PropertyGroup>
4242
<ItemGroup>
4343
<Reference Include="CoreGraphics" />

0 commit comments

Comments
 (0)