3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

Followup to previous build fix. Relates to and

This commit is contained in:
Christoph M. Wintersteiger 2015-12-22 00:52:37 +01:00
parent ea218da2c4
commit a30fe1e2ec

View file

@ -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