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

Unified Diff: libadblockplus.gyp

Issue 29493566: Issue 5433 - add option to use prebuilt v8 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: update readme Created July 20, 2017, 7:59 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 | « README.md ('k') | v8.gypi » ('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 75907bdd2b677f314733263e4d27f01de3ed6ee5..91693f3a1b7d6451e78e9b1a5d7c1eee1b8017cf 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -68,6 +68,9 @@
'libraries': [
'<@(libv8_libs)'
],
+ 'library_dirs': [
+ '<(libv8_lib_dir)'
+ ]
}
}],
['OS=="win"', {
« no previous file with comments | « README.md ('k') | v8.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld