Expat target exports includes instead of FreeType.
Currently when building for Android framework the freetype target exports the expat include directory, but the freetype target neither uses nor logically provides this information. Instead, the expat target itself should do this. Review-Url: https://codereview.chromium.org/2283903003
This commit is contained in:
parent
f0f489062a
commit
7147ee1b80
@ -37,6 +37,9 @@
|
||||
'libraries' : [
|
||||
'-lexpat',
|
||||
],
|
||||
'include_dirs': [
|
||||
'external/expat/lib',
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -63,7 +63,6 @@
|
||||
],
|
||||
},
|
||||
'include_dirs': [
|
||||
'external/expat/lib',
|
||||
'external/freetype/include',
|
||||
],
|
||||
'libraries': [
|
||||
|
Loading…
Reference in New Issue
Block a user