Hope I don't ever need two args.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3342 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -128,7 +128,7 @@ def updateV8(): | ||||
| 	elif sys.platform == 'darwin': | ||||
| 		run(['make', '-j' + str(cores), 'native'], cwd=kV8Work) | ||||
| 	elif sys.platform == 'win32': | ||||
| 		run(['gn' + extension, 'gen', 'out/native', '--args="is_component_build=true"'], cwd=kV8Work, env=win32Env) | ||||
| 		run(['gn' + extension, 'gen', 'out/native', '--args=is_component_build=true'], cwd=kV8Work, env=win32Env) | ||||
| 		run(['ninja', '-C', 'out/native'], cwd=kV8Work, env=win32Env) | ||||
|  | ||||
| if __name__ == '__main__': | ||||
|   | ||||
		Reference in New Issue
	
	Block a user