Skip to content
This repository was archived by the owner on Aug 14, 2022. It is now read-only.

Commit 7bf7d2e

Browse files
committed
[#118] Updated to use Swift 5.4.1. Final fixes.
1 parent a927aaa commit 7bf7d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Builders/SPMBuilder.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ module.exports = class SPMBuilder extends Builder {
6767
}
6868

6969
configurePatches(/** @type {Boolean} */ shouldEnable) {
70+
this.configurePatch(`${this.paths.patches}/Sources/Build/BuildPlan.swift.diff`, shouldEnable)
7071
//> Below not needed starting from v1.0.69. See also option `USE_CMAKE_INSTALL`
71-
// this.configurePatch(`${this.paths.patches}/Sources/Build/BuildPlan.swift.diff`, shouldEnable)
72-
//
7372
// this.configurePatch(`${this.paths.patches}/Sources/Build/CMakeLists.txt.diff`, shouldEnable)
7473
// this.configurePatch(`${this.paths.patches}/Sources/Commands/CMakeLists.txt.diff`, shouldEnable)
7574
// this.configurePatch(`${this.paths.patches}/Sources/LLBuildManifest/CMakeLists.txt.diff`, shouldEnable)

lib/Installer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = class Installer extends Tool {
6868
makeSymbolicLinks() {
6969
var libDirPath = path.join(Config.toolChainBuildOutput, "usr", "lib");
7070
this.execute(`cd "${libDirPath}" && ln -svf ./swift/macosx/libArgumentParser.dylib `);
71+
this.execute(`cd "${libDirPath}" && ln -svf ./swift/macosx/libYams.dylib `);
7172
}
7273

7374
copyToolchainFiles() {

0 commit comments

Comments
 (0)