提交 d0a9574f authored 作者: Travis Cross's avatar Travis Cross

debian: Include the .dll file for mod_managed

Note that we don't actually support building mod_managed at this time
for Debian.

FS-5317 --resolve

Thanks-to: Artur Kraev <ravenox@gmail.com>
上级 7973b7be
...@@ -777,6 +777,9 @@ print_mod_install () { ...@@ -777,6 +777,9 @@ print_mod_install () {
cat <<EOF cat <<EOF
/usr/lib/freeswitch/mod/${1}.so /usr/lib/freeswitch/mod/${1}.so
EOF EOF
case "$1" in
mod_managed) echo "/usr/lib/freeswitch/mod/FreeSWITCH.Managed.dll" ;;
esac
} }
print_long_filename_override () { print_long_filename_override () {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论