mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Fix shared library lookup on Mac OS X when running tests
This commit is contained in:
		
							parent
							
								
									420f0ccdfd
								
							
						
					
					
						commit
						79db933fb6
					
				@ -41,6 +41,7 @@ die "$0: no test suite found\n" unless @suites;
 | 
			
		||||
 | 
			
		||||
# in case test suites are linked dynamically
 | 
			
		||||
$ENV{'LD_LIBRARY_PATH'} = '../library';
 | 
			
		||||
$ENV{'DYLD_LIBRARY_PATH'} = '../library';
 | 
			
		||||
 | 
			
		||||
my $prefix = $^O eq "MSWin32" ? '' : './';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user