mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #606 from teodorvlasov/master
add DOTNET_ENABLED to globals in parser_options of mk_*_dist
This commit is contained in:
		
						commit
						beda356e32
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -58,7 +58,7 @@ def display_help():
 | 
			
		|||
 | 
			
		||||
# Parse configuration option for mk_make script
 | 
			
		||||
def parse_options():
 | 
			
		||||
    global FORCE_MK, JAVA_ENABLED, GIT_HASH
 | 
			
		||||
    global FORCE_MK, JAVA_ENABLED, GIT_HASH, DOTNET_ENABLED
 | 
			
		||||
    path = BUILD_DIR
 | 
			
		||||
    options, remainder = getopt.gnu_getopt(sys.argv[1:], 'b:hsf', ['build=', 
 | 
			
		||||
                                                                   'help',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@ def display_help():
 | 
			
		|||
 | 
			
		||||
# Parse configuration option for mk_make script
 | 
			
		||||
def parse_options():
 | 
			
		||||
    global FORCE_MK, JAVA_ENABLED, GIT_HASH
 | 
			
		||||
    global FORCE_MK, JAVA_ENABLED, GIT_HASH, DOTNET_ENABLED
 | 
			
		||||
    path = BUILD_DIR
 | 
			
		||||
    options, remainder = getopt.gnu_getopt(sys.argv[1:], 'b:hsf', ['build=', 
 | 
			
		||||
                                                                   'help',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue