mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
parent
ea218da2c4
commit
a30fe1e2ec
|
@ -1348,6 +1348,7 @@ class DLLComponent(Component):
|
|||
class PythonInstallComponent(Component):
|
||||
def __init__(self, name, libz3Component):
|
||||
assert isinstance(libz3Component, DLLComponent)
|
||||
global PYTHON_INSTALL_ENABLED
|
||||
Component.__init__(self, name, None, [])
|
||||
self.pythonPkgDir = None
|
||||
self.in_prefix_install = True
|
||||
|
|
Loading…
Reference in a new issue