3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00

fix spaces

This commit is contained in:
jofleish 2022-08-23 12:11:58 -04:00
parent 9901391b8a
commit b685ddbda6

View file

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