Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea0fd7a

Browse files
committed
Remove extra build constants on ReleaseMono|x86
This may have been causing issues for users compiling on Mono|x32 which can't be tested on travis.
1 parent 76e9f7e commit ea0fd7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/Python.Runtime.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<PlatformTarget>x86</PlatformTarget>
2121
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
2222
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
23-
<DefineConstants>PYTHON27,UCS2</DefineConstants>
2423
</PropertyGroup>
2524
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x64'">
2625
<OutputPath>bin\x64\ReleaseMono\</OutputPath>

0 commit comments

Comments
 (0)