mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-10-31 10:24:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			807 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			807 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| ---
 | |
|  lldb/scripts/Python/finishSwigPythonLLDB.py |    2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| Index: llvm-toolchain-snapshot_14~svn3314515/lldb/scripts/Python/finishSwigPythonLLDB.py
 | |
| ===================================================================
 | |
| --- llvm-toolchain-snapshot_14~svn3314515.orig/lldb/scripts/Python/finishSwigPythonLLDB.py
 | |
| +++ llvm-toolchain-snapshot_14~svn3314515/lldb/scripts/Python/finishSwigPythonLLDB.py
 | |
| @@ -443,7 +443,7 @@ def make_symlink_liblldb(
 | |
|              if eOSType == utilsOsType.EnumOsType.Darwin:
 | |
|                  strLibFileExtn = ".dylib"
 | |
|              else:
 | |
| -                strLibFileExtn = ".so"
 | |
| +                strLibFileExtn = "-14.so"
 | |
|              strSrc = os.path.join(vstrLldbLibDir, "liblldb" + strLibFileExtn)
 | |
|  
 | |
|      bOk, strErrMsg = make_symlink(
 | 
