mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Added missing run of corresponding 'build' command.
This commit is contained in:
		
							parent
							
								
									4377a1a2c5
								
							
						
					
					
						commit
						7478a4832a
					
				
					 3 changed files with 9 additions and 0 deletions
				
			
		|  | @ -46,6 +46,9 @@ def set_final_options (self): | |||
| 
 | ||||
|     def run (self): | ||||
| 
 | ||||
|         # Make sure we have "built" all pure Python modules first | ||||
|         self.run_peer ('build_py') | ||||
| 
 | ||||
|         # Dump entire contents of the build directory to the installation | ||||
|         # directory (that's the beauty of having a build directory!) | ||||
|         outfiles = self.copy_tree (self.build_dir, self.install_dir) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Greg Ward
						Greg Ward