Skip to content
Snippets Groups Projects
Commit 9769e002 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

plugins: use daemon as submodule of plugins

GitLab: jami-plugins#38
Change-Id: I42b4f25460285a677a226671bf85e0c1039e7c37
parent 6c7042e1
No related branches found
No related tags found
No related merge requests found
...@@ -52,8 +52,8 @@ daemon_dir = os.path.dirname(os.path.dirname(daemon_msvc_dir)) ...@@ -52,8 +52,8 @@ daemon_dir = os.path.dirname(os.path.dirname(daemon_msvc_dir))
contrib_src_dir = daemon_dir + r'\contrib\src' contrib_src_dir = daemon_dir + r'\contrib\src'
contrib_build_dir = daemon_dir + r'\contrib\build' contrib_build_dir = daemon_dir + r'\contrib\build'
contrib_tmp_dir = daemon_dir + r'\contrib\tarballs' contrib_tmp_dir = daemon_dir + r'\contrib\tarballs'
plugins_bin_dir = daemon_dir + r'\..\plugins\build' plugins_bin_dir = daemon_dir + r'\..\build'
plugins_dir = daemon_dir + r'\..\plugins' plugins_dir = daemon_dir + r'\..'
# SCM # SCM
wget_args = [ wget_args = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment