portability, fetch: drop static_deps dependencies
This is not actually needed, and it results in both static and shared versions of zlib and openssl linked into libapk otherwise, which is bad.cute-signatures
parent
c5d9aaa1ee
commit
9d6c96324a
|
@ -38,7 +38,6 @@ libfetch = static_library(
|
||||||
'fetch',
|
'fetch',
|
||||||
libfetch_src,
|
libfetch_src,
|
||||||
c_args: libfetch_cargs,
|
c_args: libfetch_cargs,
|
||||||
dependencies: static_deps,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
libfetch_dep = declare_dependency(
|
libfetch_dep = declare_dependency(
|
||||||
|
|
|
@ -24,7 +24,6 @@ if libportability_src.length() > 0
|
||||||
libportability = static_library(
|
libportability = static_library(
|
||||||
'portability',
|
'portability',
|
||||||
libportability_src,
|
libportability_src,
|
||||||
dependencies: static_deps,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
libportability_dep = declare_dependency(
|
libportability_dep = declare_dependency(
|
||||||
|
|
Loading…
Reference in New Issue