Commit 7abe0187 authored by Zeno Albisser's avatar Zeno Albisser Committed by The Qt Project
Browse files

Remove wrong library path that is reported by icu-config.


icu-config reports the path to icu resources on the host
so we need to remove this path again, when compiling for
an embedded target.

Change-Id: Ifaf1c07ad3d0a8794a109b253764834ea3ff6ddc
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
Showing with 1 addition and 1 deletion
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
'target_defaults': { 'target_defaults': {
'target_conditions': [ 'target_conditions': [
['_toolset=="target"', { ['_toolset=="target"', {
'ldflags!': ['-L/usr/lib'], # garbage added by icu-config 'ldflags!': ['<!@(icu-config --ldflags)'], # remove garbage added by icu.gyp
'defines': [ 'defines': [
'GL_GLEXT_PROTOTYPES', 'GL_GLEXT_PROTOTYPES',
'EGL_EGLEXT_PROTOTYPES', 'EGL_EGLEXT_PROTOTYPES',
......
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