Skip to content
Snippets Groups Projects
Commit 989c02ff authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

Revert "build: remove the usage of copy-runtime-files.py"

This reverts commit 39b9be76.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I1f1f7d992559ec6b3da28b8dea2ceb8819999bd2
parent 39b9be76
Branches
Tags
No related merge requests found
...@@ -32,6 +32,7 @@ def build_client(parsed_args): ...@@ -32,6 +32,7 @@ def build_client(parsed_args):
execute_cmd('python make-client.py -d') execute_cmd('python make-client.py -d')
execute_cmd('python make-client.py -b ' + '-t ' + execute_cmd('python make-client.py -b ' + '-t ' +
parsed_args.toolset + ' -s ' + parsed_args.sdk + ' -q ' + parsed_args.qtver) parsed_args.toolset + ' -s ' + parsed_args.sdk + ' -q ' + parsed_args.qtver)
execute_cmd('python copy-runtime-files.py -m Release -q ' + parsed_args.qtver, True)
def parse_args(): def parse_args():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment