File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,9 @@ let lipos: [Lipo] = Array(staticLibs.keys).map { scheme in
201201// lipo everything
202202lipos. forEach { $0. launch ( ) }
203203
204- // copy license file
204+ // copy license, readme file
205205cp ( from: " LICENSE " , to: BuiltProductsDir)
206+ cp ( from: " README.md " , to: BuiltProductsDir)
206207
207208// clean up build artifacts afterward
208209
Original file line number Diff line number Diff line change @@ -201,8 +201,9 @@ let lipos: [Lipo] = Array(staticLibs.keys).map { scheme in
201201// lipo everything
202202lipos. forEach { $0. launch ( ) }
203203
204- // copy license file
204+ // copy license, readme file
205205cp ( from: " LICENSE " , to: BuiltProductsDir)
206+ cp ( from: " README.md " , to: BuiltProductsDir)
206207
207208// clean up build artifacts afterward
208209
You can’t perform that action at this time.
0 commit comments