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

fix: change compat folder path

Change-Id: Id31b9e58830226529cbfe94ec9d7ad11b733c798
parent 0e270bad
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ def execute_cmd(cmd, with_shell=False):
def build_daemon(parsed_args):
make_cmd = os.path.dirname(this_dir) + '\\daemon\\src\\compat\\msvc\\winmake.py'
os.chdir(os.path.dirname(this_dir) + '\\daemon\\src\\compat\\msvc')
make_cmd = os.path.dirname(this_dir) + '\\daemon\\compat\\msvc\\winmake.py'
os.chdir(os.path.dirname(this_dir) + '\\daemon\\compat\\msvc')
status_code = execute_cmd('python ' + make_cmd + ' -iv -t ' + parsed_args.toolset + ' -s ' + parsed_args.sdk + ' -b daemon')
os.chdir(os.path.dirname(this_dir))
return status_code
......
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