mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
This commit is contained in:
parent
1975e486ee
commit
9c7d9f06ed
|
@ -1735,7 +1735,7 @@ class DotNetDLLComponent(Component):
|
|||
dotnetCmdLine.extend(['Release'])
|
||||
|
||||
path = os.path.join(os.path.abspath(BUILD_DIR), ".")
|
||||
dotnetCmdLine.extend(['-o', path])
|
||||
dotnetCmdLine.extend(['-o', "\"%s\"" % path])
|
||||
|
||||
MakeRuleCmd.write_cmd(out, ' '.join(dotnetCmdLine))
|
||||
out.write('\n')
|
||||
|
|
Loading…
Reference in a new issue