From a7e79c1b448ff7ec90b1fee27e7e148275a2fd94 Mon Sep 17 00:00:00 2001 From: Ilia K Date: Fri, 13 Feb 2015 22:30:11 +0000 Subject: Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636" and r229159 "Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, but it requires 4 arguments" llvm-svn: 229166 --- lldb/scripts/Python/finish-swig-Python-LLDB.sh | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh') diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index eb8ec11d9da..690e88272d3 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -167,7 +167,6 @@ else fi fi -# Make symlink for darwin-debug on Darwin if [ ${OS_NAME} = "Darwin" ] && [ $MakefileCalled -ne 0 ] then # We are being built by CMake on Darwin @@ -188,27 +187,6 @@ then fi fi -# Make symlink for argdumper on any platform -if [ $MakefileCalled -ne 0 ] -then - # We are being built by CMake - - if [ ! -L "${framework_python_dir}/argdumper" ] - then - if [ $Debug -eq 1 ] - then - echo "Creating symlink for argdumper" - fi - cd "${framework_python_dir}" - ln -s "../../../../bin/argdumper" argdumper - else - if [ $Debug -eq 1 ] - then - echo "${framework_python_dir}/argdumper already exists." - fi - fi -fi - create_python_package () { package_dir="${framework_python_dir}$1" package_files="$2" -- cgit v1.2.3