Commit 4e4b1967 by apatrick@chromium.org

Fix build_angle.gypi so libGLESv2 and libEGL can find precompiled.h.

parent 78c669d2
...@@ -223,6 +223,7 @@ ...@@ -223,6 +223,7 @@
'include_dirs': [ 'include_dirs': [
'.', '.',
'../include', '../include',
'libGLESv2',
], ],
'sources': [ 'sources': [
'third_party/murmurhash/MurmurHash3.h', 'third_party/murmurhash/MurmurHash3.h',
...@@ -373,6 +374,7 @@ ...@@ -373,6 +374,7 @@
'include_dirs': [ 'include_dirs': [
'.', '.',
'../include', '../include',
'libGLESv2',
], ],
'sources': [ 'sources': [
'common/angleutils.h', 'common/angleutils.h',
......
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