v8 5.1 => 5.2

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3279 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-07-23 10:54:10 +00:00
parent ef1fa591e5
commit 14682d8be7
11 changed files with 23 additions and 21 deletions

View File

@ -51,7 +51,7 @@ else:
env.Append(LINKFLAGS=['-g'])
env.Append(LIBPATH=[
os.path.join(v8, 'out/native/obj.target/third_party/icu'),
os.path.join(v8, 'out/native/obj.target/tools/gyp'),
os.path.join(v8, 'out/native/obj.target/src'),
os.path.join(uv, 'out/Debug/obj.target'),
])