Skip to content
Snippets Groups Projects
Commit f0481f59 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

script: change daemon lib check from dring.lib to jami.lib

Change-Id: Ifb3df2bdb13af44338c3afcf04c1b457f87a1ec1
parent c7f91622
Branches
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ def generate(force, qtver, sdk, toolset, arch):
print('Generating lrc with Qt-' + qtver + ' ' +
arch + ' ' + sdk + ' ' + toolset)
daemon_dir = os.path.dirname(this_dir) + '\\daemon'
daemon_bin = daemon_dir + '\\build\\x64\\ReleaseLib_win32\\bin\\dring.lib'
daemon_bin = daemon_dir + '\\build\\x64\\ReleaseLib_win32\\bin\\jami.lib'
if not os.path.exists(daemon_bin):
print("Daemon library not found!")
sys.exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment