Commit e1c16426 authored by Nikolay Igotti's avatar Nikolay Igotti

Fix ICU initialization.

parent 21f32b85
...@@ -272,6 +272,7 @@ tasks.withType(CppCompile::class.java).configureEach { ...@@ -272,6 +272,7 @@ tasks.withType(CppCompile::class.java).configureEach {
"-DSK_SUPPORT_OPENCL=0", "-DSK_SUPPORT_OPENCL=0",
"-DSK_UNICODE_AVAILABLE", "-DSK_UNICODE_AVAILABLE",
"-DU_DISABLE_RENAMING", "-DU_DISABLE_RENAMING",
"-DSK_USING_THIRD_PARTY_ICU",
*buildType.flags *buildType.flags
)) ))
val includeDir = "$projectDir/src/jvmMain/cpp/include" val includeDir = "$projectDir/src/jvmMain/cpp/include"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment