We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37d1ab commit ca277f4Copy full SHA for ca277f4
src/libproxy/meson.build
@@ -32,7 +32,7 @@ elif build_machine.system() == 'sunos'
32
endif
33
34
35
-libproxy = shared_library(
+libproxy = library(
36
'proxy',
37
libproxy_sources,
38
include_directories: px_backend_inc,
@@ -45,17 +45,6 @@ libproxy = shared_library(
45
install_rpath: pkglibdir,
46
)
47
48
-libproxy_static = static_library(
49
- 'proxy',
50
- libproxy_sources,
51
- include_directories: px_backend_inc,
52
- dependencies: libproxy_deps,
53
- link_args : vflag,
54
- link_depends : mapfile,
55
- install: true,
56
- install_rpath: pkglibdir,
57
-)
58
-
59
libproxy_dep = declare_dependency (
60
include_directories: libproxy_inc,
61
link_with: libproxy,
0 commit comments