Skip to content

Commit a8bad23

Browse files
authored
Update lit.cfg
1 parent cfc4b9a commit a8bad23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ else:
572572
config.swiftc_driver,
573573
config.host_triple,
574574
'' if kIsWindows else '-no-toolchain-stdlib-rpath',
575-
config.swift_host_lib_dir,
576-
config.swift_host_lib_dir,
575+
config.swift_build_lib_dir,
576+
config.swift_build_lib_dir,
577577
'' if kIsWindows else '-Xlinker -rpath -Xlinker {}'.format(toolchain_lib_dir)
578578
)
579579
)

0 commit comments

Comments
 (0)