mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
fix build break - remove tabs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4944035c0a
commit
70b10d53cf
1 changed files with 4 additions and 4 deletions
|
@ -411,10 +411,10 @@ def check_dotnet():
|
|||
monoCompilerExecutable = CSC
|
||||
monoCompilerPath = which(monoCompilerExecutable)
|
||||
if monoCompilerPath == None:
|
||||
disable_dotnet()
|
||||
print(("Could not find mono compiler ({}) in your PATH. Not building .NET bindings").format(
|
||||
disable_dotnet()
|
||||
print(("Could not find mono compiler ({}) in your PATH. Not building .NET bindings").format(
|
||||
monoCompilerExecutable))
|
||||
return
|
||||
return
|
||||
CSC = monoCompilerPath
|
||||
|
||||
# Check for gacutil (needed to install the dotnet bindings)
|
||||
|
@ -1300,7 +1300,7 @@ class DLLComponent(Component):
|
|||
dllfile = '%s$(SO_EXT)' % self.dll_name
|
||||
dllInstallPath = os.path.join(INSTALL_LIB_DIR, dllfile)
|
||||
MakeRuleCmd.install_files(out, dllfile, dllInstallPath)
|
||||
if not is_python_install_enabled():
|
||||
if not is_python_install_enabled():
|
||||
return
|
||||
pythonPkgDirWithoutPrefix = strip_path_prefix(PYTHON_PACKAGE_DIR, PREFIX)
|
||||
if IS_WINDOWS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue