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

Unified Diff: v8.gypi

Issue 29748587: Issue 6063, 6531 - Update V8 to 6.5.254.41, use C++14 and NDK-r16b (Closed) Base URL: https://github.com/adblockplus/libadblockplus@549616e865707b89e95659d55c70e22d63130ce5
Patch Set: fix and simplify build for Windows Created April 18, 2018, 6:41 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 | « dependencies ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: v8.gypi
diff --git a/v8.gypi b/v8.gypi
index 3d4f69f54782b9f31fb47f5d7b147e7fae43dbaf..e37733214b670bc53a39d04044b15ea8f90cd133 100644
--- a/v8.gypi
+++ b/v8.gypi
@@ -66,8 +66,7 @@
'build-v8.cmd',
'$(MSBuildBinPath)',
'<(target_arch)',
- '<(CONFIGURATION_NAME)',
- '$(PlatformToolset)'
+ '<(CONFIGURATION_NAME)'
]
}],
}]
« no previous file with comments | « dependencies ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld