Skip to content

Commit

Permalink
Update Chakra.ICU to support ICU 62.1
Browse files Browse the repository at this point in the history
Note that the default is still ICU 61.1
  • Loading branch information
jackhorton committed Aug 28, 2018
1 parent 6d96d5b commit 2e9a8a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion deps/Chakra.ICU/Chakra.ICU.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
UCONFIG_NO_REGULAR_EXPRESSIONS=1;
UCONFIG_NO_SERVICE=1;
%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</PreprocessorDefinitions>

<!-- Default ICU Configuration (see source\common\common.vcxproj) -->
<!-- Note that we already configure most of what common.vcxproj handles elsewhere -->
Expand All @@ -36,6 +36,9 @@
_CRT_SECURE_NO_DEPRECATE;
%(PreprocessorDefinitions)
</PreprocessorDefinitions>

<!-- Some ICU files use embedded UTF-8 -->
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
</ItemDefinitionGroup>
</Project>
3 changes: 0 additions & 3 deletions deps/Chakra.ICU/Chakra.ICU.i18n.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
%(AdditionalIncludeDirectories);
$(IcuSourceDirectory)\common
</AdditionalIncludeDirectories>

<!-- Some ICU files use embedded UTF-8 -->
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link Condition="'$(ChakraICU)'=='shared'">
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit 2e9a8a8

Please sign in to comment.