Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | icu: use system library only targets | Andrej Valek | 2020-07-08 | 1 | -0/+90 |
- use bundled one for native/v8 internal builds Complete system ICU library using requires ICU dev package be installed on host. Enabling dependency on native package is not enough due to V8 hosttools toolchain. V8 toolchain is not using native sysroot, only a host packages. On the other hand webenegine does not produce external native artifacts. So external system ICU linking is not needed. Signed-off-by: Andrej Valek <andrej.valek@siemens.com> |