File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ backend_objs = [postgres_lib.extract_all_objects(recursive: false)]
112
112
# On at least linux we don't actually need to pass in all the objects, but
113
113
# at least on FreeBSD and Solaris we have to.
114
114
#
115
- # XXX: The reason we don't use the objects for generated sources is that
116
- # hits a meson bug . Luckily we don't don't have probes in generated
117
- # sources...
115
+ # XXX: The reason we don't use the objects for generated sources is that doing
116
+ # so is not supported in older meson versions . Luckily we don't have probes in
117
+ # generated sources...
118
118
if dtrace.found() and host_system != ' darwin'
119
119
backend_input += custom_target (
120
120
' probes.o' ,
@@ -148,7 +148,7 @@ pg_mod_link_depend = []
148
148
# or a [import] library derived from it. Set up the link flags for that.
149
149
if mod_link_args_fmt.length() > 0
150
150
# To avoid unnecessary build-time dependencies on other operating systems,
151
- # only the dependency when it when necessary.
151
+ # only add the dependency when necessary.
152
152
pg_mod_link_depend += postgres
153
153
154
154
name = mod_link_with_name.format(' postgres' )
You can’t perform that action at this time.
0 commit comments