mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
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>
This commit is contained in:
parent
a53608589b
commit
fee21f8ad9
3
debian/bootstrap.sh
vendored
3
debian/bootstrap.sh
vendored
@ -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 () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user