Skip to content

Commit 1aa9939

Browse files
committed
fixup! HEAD^^
1 parent a8a3aec commit 1aa9939

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
@@ -753,6 +753,8 @@ def build_swiftpm_with_cmake(args):
753753
mkdir_p(os.path.join(args.bootstrap_dir, "pm", "ManifestAPI"))
754754
shutil.copy2(os.path.join(args.bootstrap_dir, "Sources", "Runtimes", "PackageDescription", "PackageDescription.swiftmodule", "%s.swiftmodule" % triple),
755755
os.path.join(args.bootstrap_dir, "pm", "ManifestAPI", "PackageDescription.swiftmodule"))
756+
shutil.copy2(os.path.join(args.bootstrap_dir, "Sources", "Runtimes", "CompilerPluginSupport", "CompilerPluginSupport.swiftmodule", "%s.swiftmodule" % triple),
757+
os.path.join(args.bootstrap_dir, "pm", "ManifestAPI", "CompilerPluginSupport.swiftmodule"))
756758

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

0 commit comments

Comments
 (0)