fix missing hard-coded native deps after make install

This commit is contained in:
Matthias Mailänder
2014-05-14 13:44:40 +02:00
parent 8dd0c34a56
commit 0a5d78bbf1
2 changed files with 1 additions and 3 deletions

View File

@@ -327,6 +327,7 @@ install-core: default
@$(INSTALL_PROGRAM) thirdparty/MaxMind.GeoIP2.dll "$(DATA_INSTALL_DIR)"
@$(INSTALL_PROGRAM) thirdparty/Newtonsoft.Json.dll "$(DATA_INSTALL_DIR)"
@$(INSTALL_PROGRAM) thirdparty/RestSharp.dll "$(DATA_INSTALL_DIR)"
@$(CP) thirdparty/${platformdeps}/* "$(DATA_INSTALL_DIR)"
ifeq ($(shell uname),Linux)
@$(CP) *.sh "$(DATA_INSTALL_DIR)"