Skip to content

Commit a501d0f

Browse files
committed
[CMake] Remove temporary hack now that Yams installs into "lib"
1 parent 2b97d7a commit a501d0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Utilities/bootstrap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,6 @@ def build_swiftpm_with_cmake(args):
491491
if args.llbuild_link_framework:
492492
add_rpath_for_cmake_build(args, args.llbuild_build_dir)
493493

494-
# FIXME: Temporary hack until Yams starts installing its libraries into "lib"
495-
add_rpath_for_cmake_build(args, os.path.join(args.yams_build_dir, "Sources", "Yams"))
496-
add_rpath_for_cmake_build(args, os.path.join(args.yams_build_dir, "Sources", "CYaml"))
497-
498494
add_rpath_for_cmake_build(args, os.path.join(args.yams_build_dir, "lib"))
499495
add_rpath_for_cmake_build(args, os.path.join(args.swift_driver_build_dir, "lib"))
500496

0 commit comments

Comments
 (0)