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

fix: change the path of dring.lib

Change-Id: Ib24132db2dace362a1cf6f3e6bdbaf1a63b73b92
parent 412e48c1
Branches
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ def generate(force, qtver, sdk, toolset, arch):
arch + ' ' + sdk + ' ' + toolset)
this_dir = os.path.dirname(os.path.realpath(__file__))
daemon_dir = os.path.dirname(this_dir) + '\\daemon'
daemon_bin = daemon_dir + '\\MSVC\\x64\\ReleaseLib_win32\\bin\\dring.lib'
daemon_bin = daemon_dir + '\\build-local\\x64\\ReleaseLib_win32\\bin\\dring.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