Exclude main() from LZO package
This commit is contained in:
parent
b86a72ebde
commit
3a546ebfbb
|
@ -81,7 +81,8 @@ let package = Package(
|
|||
exclude: [
|
||||
"lib/COPYING",
|
||||
"lib/Makefile",
|
||||
"lib/README.LZO"
|
||||
"lib/README.LZO",
|
||||
"lib/testmini.c"
|
||||
]),
|
||||
.target(
|
||||
name: "_TunnelKitUtils",
|
||||
|
|
Loading…
Reference in New Issue