mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	OSX again
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									cf04bf9959
								
							
						
					
					
						commit
						79c7deb6b0
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -47,7 +47,7 @@ def display_help():
 | 
			
		|||
# Parse configuration option for mk_make script
 | 
			
		||||
def parse_options():
 | 
			
		||||
    global VERBOSE, DEBUG_MODE, IS_WINDOW, VS_X64, ONLY_MAKEFILES, SHOW_CPPS
 | 
			
		||||
    options, remainder = getopt.gnu_getopt(sys.argv[1:], 'b:svxhmc', ['build=', 
 | 
			
		||||
    options, remainder = getopt.gnu_getopt(sys.argv[1:], 'b:dsxhmc', ['build=', 
 | 
			
		||||
                                                                      'debug',
 | 
			
		||||
                                                                      'silent',
 | 
			
		||||
                                                                      'x64',
 | 
			
		||||
| 
						 | 
				
			
			@ -376,6 +376,7 @@ class DLLComponent(Component):
 | 
			
		|||
            out.write(' ')
 | 
			
		||||
            out.write(obj)
 | 
			
		||||
        for dep in deps:
 | 
			
		||||
            if not dep in self.reexports:
 | 
			
		||||
                c_dep = _Name2Component[dep]
 | 
			
		||||
                out.write(' %s/%s$(LIB_EXT)' % (c_dep.build_dir, c_dep.name))
 | 
			
		||||
        out.write(' $(SLINK_EXTRA_FLAGS)')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue