This repository was archived by the owner on Aug 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 ( ) {
You can’t perform that action at this time.
0 commit comments