Index: gyp/etc1.gyp |
diff --git a/gyp/etc1.gyp b/gyp/etc1.gyp |
index f2eb69d98dfd7cef0d5f5789bff11c1e92e38b7b..08cf27fd85db5de9350cdfa828f3502ed6b066c6 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' |
], |
}, |
}], |