Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Aug 23, 2021
1 parent 1975e48 commit 9c7d9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ def mk_makefile(self, out):
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')
Expand Down

0 comments on commit 9c7d9f0

Please sign in to comment.