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