mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
move pdb file to build dir
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
25e2353c27
commit
00935cffd2
|
@ -444,6 +444,7 @@ class DotNetDLLComponent(Component):
|
|||
# HACK
|
||||
win_to_src_dir = self.to_src_dir.replace('/', '\\')
|
||||
out.write(' move %s\%s\n' % (win_to_src_dir, dllfile))
|
||||
out.write(' move %s\%s.pdb\n' % (win_to_src_dir, self.dll_name))
|
||||
out.write('%s: %s\n\n' % (self.name, dllfile))
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue