forked from cory/tildefriends
		
	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:
		| @@ -128,8 +128,8 @@ def updateV8(): | |||||||
| 	elif sys.platform == 'darwin': | 	elif sys.platform == 'darwin': | ||||||
| 		run(['make', '-j' + str(cores), 'native'], cwd=kV8Work) | 		run(['make', '-j' + str(cores), 'native'], cwd=kV8Work) | ||||||
| 	elif sys.platform == 'win32': | 	elif sys.platform == 'win32': | ||||||
| 		run(['gn', 'gen', 'out/native', '--args="is_component_build=true"']) | 		run(['gn', 'gen', 'out/native', '--args="is_component_build=true"'], cwd=kV8Work, env=win32Env) | ||||||
| 		run(['ninja', '-C', 'out/native']) | 		run(['ninja', '-C', 'out/native'], cwd=kV8Work, env=win32Env) | ||||||
|  |  | ||||||
| if __name__ == '__main__': | if __name__ == '__main__': | ||||||
| 	updateUv() | 	updateUv() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user