Skip to content

Commit da0a3f3

Browse files
committed
fixup! HEAD
1 parent 86f887c commit da0a3f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/bootstrap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,8 @@ def build_swiftpm_with_cmake(args):
751751
mkdir_p(os.path.join(args.bootstrap_dir, "pm", "ManifestAPI"))
752752
shutil.copy2(os.path.join(args.bootstrap_dir, "Sources", "Runtimes", "PackageDescription", "PackageDescription.swiftmodule", "%s.swiftmodule" % triple),
753753
os.path.join(args.bootstrap_dir, "pm", "ManifestAPI", "PackageDescription.swiftmodule"))
754+
shutil.copy2(os.path.join(args.bootstrap_dir, "Sources", "Runtimes", "CompilerPluginSupport", "CompilerPluginSupport.swiftmodule", "%s.swiftmodule" % triple),
755+
os.path.join(args.bootstrap_dir, "pm", "ManifestAPI", "CompilerPluginSupport.swiftmodule"))
754756

755757
mkdir_p(os.path.join(args.bootstrap_dir, "pm", "PluginAPI"))
756758
shutil.copy2(os.path.join(args.bootstrap_dir, "Sources", "Runtimes", "PackagePlugin", "PackagePlugin.swiftmodule", "%s.swiftmodule" % triple),

0 commit comments

Comments
 (0)