Commit c5957ac9 authored by Andras Becsi's avatar Andras Becsi Committed by Jani Heikkinen
Browse files

Disable using the ICU data file on embedded linux


Since we use the system ICU we do not need the extra data file.
This fixes a crash caused by missing icudtl.dat file.

Change-Id: Ic7a6ad83d6595ea3a89c736c281499636b05945e
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
parent 8af12f0c
No related merge requests found
Showing with 1 addition and 0 deletions
...@@ -46,6 +46,7 @@ GYP_CONFIG += \ ...@@ -46,6 +46,7 @@ GYP_CONFIG += \
use_pulseaudio=0 \ use_pulseaudio=0 \
use_system_harfbuzz=0 \ use_system_harfbuzz=0 \
use_system_icu=1 \ use_system_icu=1 \
icu_use_data_file_flag=0 \
use_x11=0 \ use_x11=0 \
v8_use_snapshot=false \ v8_use_snapshot=false \
want_separate_host_toolset=1 \ want_separate_host_toolset=1 \
......
Supports Markdown
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