diff options
Diffstat (limited to 'packages/Python')
| -rw-r--r-- | packages/Python/lldbsuite/test/configuration.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/packages/Python/lldbsuite/test/configuration.py b/packages/Python/lldbsuite/test/configuration.py index 120f8247c695b..a49948c020507 100644 --- a/packages/Python/lldbsuite/test/configuration.py +++ b/packages/Python/lldbsuite/test/configuration.py @@ -44,7 +44,7 @@ def setupCrashInfoHook():              if not os.path.isfile(dylib_dst) or os.path.getmtime(                      dylib_dst) < os.path.getmtime(dylib_src):                  # we need to compile -                cmd = "SDKROOT= xcrun clang %s -o %s -framework Python -Xlinker -dylib -iframework /System/Library/Frameworks/ -Xlinker -F /System/Library/Frameworks/" % ( +                cmd = "SDKROOT= xcrun clang %s -o %s -framework Python -Xlinker -dylib" % (                      dylib_src, dylib_dst)                  if subprocess.call(                          cmd, shell=True) != 0 or not os.path.isfile(dylib_dst): | 
