mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Some deps have their DLLs in "priv" directory (not "priv/lib").
Do not forget to `install` them as well.
This commit is contained in:
parent
94c21f3149
commit
1ea5614209
@ -154,6 +154,7 @@ install: all
|
||||
$(INSTALL) -d $(SODIR)
|
||||
#$(INSTALL) -m 644 priv/lib/*.so $(SODIR)
|
||||
$(INSTALL) -m 644 deps/*/priv/lib/*.so $(SODIR)
|
||||
$(INSTALL) -m 644 deps/*/priv/*.so $(SODIR)
|
||||
#
|
||||
# Translated strings
|
||||
$(INSTALL) -d $(MSGSDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user