mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
fix perl module build on openbsd
unfortunately, some mangling is needed to create the correct linker and compiler invocations
This commit is contained in:
parent
b69074bb39
commit
4594b0c4cf
2 changed files with 8 additions and 1 deletions
|
|
@ -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 #
|
||||
##################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue