mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, but it requires 4 arguments
llvm-svn: 229159
This commit is contained in:
@@ -391,7 +391,7 @@ def make_symlink_darwin_debug( vDictArgs, vstrFrameworkPythonDir, vstrDarwinDebu
|
||||
else:
|
||||
strSrc = "bin/lldb-launcher";
|
||||
|
||||
bOk, strErrMsg = make_symlink( strSrc, strTarget );
|
||||
bOk, strErrMsg = make_symlink( vDictArgs, vstrFrameworkPythonDir, strSrc, strTarget );
|
||||
|
||||
return (bOk, strErrMsg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user