Skip to content

Commit 26b4ed0

Browse files
committed
Utilities: Install provided-libraries.json
1 parent 0246381 commit 26b4ed0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Utilities/bootstrap

+3
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@ def install(args):
403403
config_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "config.json")
404404
install_file(args, config_path, os.path.join(os.path.join(prefix, "share"), "pm"))
405405

406+
libs_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "provided-libraries.json")
407+
install_file(args, config_path, os.path.join(os.path.join(prefix, "share"), "pm"))
408+
406409
# Install libSwiftPM if an install directory was provided.
407410
if args.libswiftpm_install_dir:
408411
libswiftpm_modules = [

0 commit comments

Comments
 (0)