mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
fix spaces
This commit is contained in:
parent
9901391b8a
commit
b685ddbda6
|
@ -139,7 +139,7 @@ def mk_build_dir(path, x64):
|
|||
if DOTNET_KEY_FILE is not None:
|
||||
opts.append('--dotnet-key=' + DOTNET_KEY_FILE)
|
||||
if ASSEMBLY_VERSION is not None:
|
||||
opts.append('--assembly-version='+ASSEMBLY_VERSION)
|
||||
opts.append('--assembly-version=' + ASSEMBLY_VERSION)
|
||||
if JAVA_ENABLED:
|
||||
opts.append('--java')
|
||||
if x64:
|
||||
|
|
Loading…
Reference in a new issue