diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/etc1.gyp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gyp/etc1.gyp b/gyp/etc1.gyp index f2eb69d98d..08cf27fd85 100644 --- a/gyp/etc1.gyp +++ b/gyp/etc1.gyp @@ -11,14 +11,14 @@ 'target_name': 'libetc1', 'type': 'static_library', 'include_dirs' : [ - '../third_party/etc1' + '../third_party/externals/android_native/opengl/include/' ], 'sources': [ - '../third_party/etc1/etc1.cpp', + '../third_party/externals/android_native/opengl/libs/ETC1/etc1.cpp' ], 'direct_dependent_settings': { - 'include_dirs': [ - '../third_party/etc1', + 'include_dirs' : [ + '../third_party/externals/android_native/opengl/include/ETC1' ], }, }], |