fix perl module build on openbsd

unfortunately, some mangling is needed to create the correct linker
and compiler invocations
This commit is contained in:
ailin 2020-04-02 04:39:24 +02:00
commit 4594b0c4cf
2 changed files with 8 additions and 1 deletions

View file

@ -406,6 +406,12 @@ if want_capsicum
endif
endif
# dependency helper sets
dep_cflagsonly = []
foreach d : dep
dep_cflagsonly += d.partial_dependency(includes : true, compile_args : true)
endforeach
##################
# irssi-config.h #
##################