Skip to content

Commit 433f2aa

Browse files
brad0tru
authored andcommitted
[lit] Set shlibpath_var on OpenBSD
(cherry picked from commit 3eca0b3)
1 parent 063556d commit 433f2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Unit/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
config.environment[var] = os.environ[var]
4646

4747
def find_shlibpath_var():
48-
if platform.system() in ['Linux', 'FreeBSD', 'NetBSD', 'SunOS']:
48+
if platform.system() in ['Linux', 'FreeBSD', 'NetBSD', 'OpenBSD', 'SunOS']:
4949
yield 'LD_LIBRARY_PATH'
5050
elif platform.system() == 'Darwin':
5151
yield 'DYLD_LIBRARY_PATH'

0 commit comments

Comments
 (0)