Google evil.
This commit is contained in:
		
							parent
							
								
									4762735402
								
							
						
					
					
						commit
						e4dbe35aa1
					
				@ -69,7 +69,7 @@ def BuildExtension():
 | 
				
			|||||||
			binary.AddObjectFiles(['libbreakpad_client.a'])
 | 
								binary.AddObjectFiles(['libbreakpad_client.a'])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	elif AMBuild.target['platform'] in ['windows']:
 | 
						elif AMBuild.target['platform'] in ['windows']:
 | 
				
			||||||
		libs = ['exception_handler', 'common', 'crash_generation_server']
 | 
							libs = ['exception_handler', 'common', 'crash_generation_client']
 | 
				
			||||||
		for lib in libs:
 | 
							for lib in libs:
 | 
				
			||||||
			path = os.path.join(AMBuild.sourceFolder, 'google-breakpad', 'src', 'client', 'windows', 'handler', 'Release', 'lib', lib + '.lib')
 | 
								path = os.path.join(AMBuild.sourceFolder, 'google-breakpad', 'src', 'client', 'windows', 'handler', 'Release', 'lib', lib + '.lib')
 | 
				
			||||||
			if os.path.isfile(path):
 | 
								if os.path.isfile(path):
 | 
				
			||||||
 | 
				
			|||||||
@ -40,7 +40,7 @@
 | 
				
			|||||||
      ],
 | 
					      ],
 | 
				
			||||||
      'dependencies': [
 | 
					      'dependencies': [
 | 
				
			||||||
        '../breakpad_client.gyp:common',
 | 
					        '../breakpad_client.gyp:common',
 | 
				
			||||||
        '../crash_generation/crash_generation.gyp:crash_generation_server',
 | 
					        '../crash_generation/crash_generation.gyp:crash_generation_client',
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user