Skip to content

Commit

Permalink
use UCS2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkovec committed Aug 7, 2018
1 parent 36e9737 commit 678afef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/Python.Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<DefineConstants>PYTHON2;PYTHON27;UCS2</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMonoPY3'">
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4</DefineConstants>
Expand Down

0 comments on commit 678afef

Please sign in to comment.