diff options
Diffstat (limited to 'lldb/test')
| -rwxr-xr-x | lldb/test/dotest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index a120d38c47a..4b0986bd170 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -1001,7 +1001,7 @@ def setupSysPath():              lines = lldb_dash_p_result.splitlines()              if len(lines) == 1 and os.path.isfile(os.path.join(lines[0], init_in_python_dir)):                  lldbPath = lines[0] -                if "linux" in sys.platform: +                if "freebsd" in sys.platform or "linux" in sys.platform:                      os.environ['LLDB_LIB_DIR'] = os.path.join(lldbPath, '..', '..')          if not lldbPath:  | 

