Skip to content

Commit 221edaf

Browse files
committed
copy license in build script
1 parent f26771f commit 221edaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,7 @@ let lipos: [Lipo] = Array(staticLibs.keys).map { scheme in
199199
// lipo everything
200200
lipos.forEach { $0.launch() }
201201

202+
// copy license file
203+
cp(from: "LICENSE", to: BuiltProductsDir)
204+
202205
exit(0)

0 commit comments

Comments
 (0)