mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
							parent
							
								
									ea218da2c4
								
							
						
					
					
						commit
						a30fe1e2ec
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1348,6 +1348,7 @@ class DLLComponent(Component):
 | 
				
			||||||
class PythonInstallComponent(Component):
 | 
					class PythonInstallComponent(Component):
 | 
				
			||||||
    def __init__(self, name, libz3Component):
 | 
					    def __init__(self, name, libz3Component):
 | 
				
			||||||
        assert isinstance(libz3Component, DLLComponent)
 | 
					        assert isinstance(libz3Component, DLLComponent)
 | 
				
			||||||
 | 
					        global PYTHON_INSTALL_ENABLED
 | 
				
			||||||
        Component.__init__(self, name, None, [])
 | 
					        Component.__init__(self, name, None, [])
 | 
				
			||||||
        self.pythonPkgDir = None
 | 
					        self.pythonPkgDir = None
 | 
				
			||||||
        self.in_prefix_install = True
 | 
					        self.in_prefix_install = True
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue