Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus.gyp

Issue 5708936187478016: Issue 1906 - Fix broken Android build (Closed)
Patch Set: Fixed some formatting issues, shared_ptr.reset() Created Jan. 29, 2015, 5:07 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile ('k') | test/Notification.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
diff --git a/libadblockplus.gyp b/libadblockplus.gyp
index e0ee14dcd888021703ca5ead31caff79d78b867b..6ff44880bd4faf91a38af71ee9a743aa1ac8603e 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -49,7 +49,7 @@
['OS=="android"', {
'link_settings': {
'libraries': [
- 'android_arm.release/obj.target/tools/gyp/libv8_base.a',
+ 'android_arm.release/obj.target/tools/gyp/libv8_base.arm.a',
'android_arm.release/obj.target/tools/gyp/libv8_snapshot.a',
],
},
« no previous file with comments | « Makefile ('k') | test/Notification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld