mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #1591 from yxliang01/master
Z3 now will also try to find libz3 in PYTHONPATH
This commit is contained in:
		
						commit
						484d20c1f2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1657,7 +1657,7 @@ else:
 | 
			
		|||
  if hasattr(builtins, "Z3_LIB_DIRS"):
 | 
			
		||||
    _all_dirs = builtins.Z3_LIB_DIRS
 | 
			
		||||
 | 
			
		||||
for v in ('Z3_LIBRARY_PATH', 'PATH'):
 | 
			
		||||
for v in ('Z3_LIBRARY_PATH', 'PATH', 'PYTHONPATH'):
 | 
			
		||||
  if v in os.environ:
 | 
			
		||||
    lp = os.environ[v];
 | 
			
		||||
    lds = lp.split(';') if sys.platform in ('win32') else lp.split(':')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue