From 39b9be765b9ec19bf38006de1b8982a243c96e2d Mon Sep 17 00:00:00 2001 From: Ming Rui Zhang <mingrui.zhang@savoirfairelinux.com> Date: Mon, 12 Apr 2021 10:06:43 -0400 Subject: [PATCH] build: remove the usage of copy-runtime-files.py Change-Id: I8a5b91fe6955831874e430b5a4fef0fd2db450ab --- scripts/build-windows.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build-windows.py b/scripts/build-windows.py index 2182761e..d00011fe 100644 --- a/scripts/build-windows.py +++ b/scripts/build-windows.py @@ -32,7 +32,6 @@ def build_client(parsed_args): execute_cmd('python make-client.py -d') execute_cmd('python make-client.py -b ' + '-t ' + 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(): -- GitLab