Oops, wrong working directory.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3340 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
bf698087f8
commit
85e3f585c4
@ -128,8 +128,8 @@ def updateV8():
|
||||
elif sys.platform == 'darwin':
|
||||
run(['make', '-j' + str(cores), 'native'], cwd=kV8Work)
|
||||
elif sys.platform == 'win32':
|
||||
run(['gn', 'gen', 'out/native', '--args="is_component_build=true"'])
|
||||
run(['ninja', '-C', 'out/native'])
|
||||
run(['gn', 'gen', 'out/native', '--args="is_component_build=true"'], cwd=kV8Work, env=win32Env)
|
||||
run(['ninja', '-C', 'out/native'], cwd=kV8Work, env=win32Env)
|
||||
|
||||
if __name__ == '__main__':
|
||||
updateUv()
|
||||
|
Loading…
Reference in New Issue
Block a user