mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									1975e486ee
								
							
						
					
					
						commit
						9c7d9f06ed
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue