Fixes OSX.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3280 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -125,8 +125,7 @@ def updateV8(): | ||||
| 	if sys.platform == 'linux2': | ||||
| 		run(['make', '-j' + str(cores), 'native'], cwd=kV8Work) | ||||
| 	elif sys.platform == 'darwin': | ||||
| 		run(['build/gyp_v8', '-Dtarget_arch=x64'], cwd=kV8Work) | ||||
| 		run(['xcodebuild', '-project', 'build/all.xcodeproj', '-configuration', 'Release'], cwd=kV8Work) | ||||
| 		run(['make', '-j' + str(cores), 'native'], cwd=kV8Work) | ||||
| 	elif sys.platform == 'win32': | ||||
| 		run(['python', 'build\\gyp_v8', '-Dtarget_arch=x64'], cwd=kV8Work, env=win32Env) | ||||
| 		run(['devenv.com', '/Build', 'Release', 'build\\All.sln'], cwd=kV8Work) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user