aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms/linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts/platforms/linux.py')
-rw-r--r--build_scripts/platforms/linux.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py
index df99de823..ecfa248d6 100644
--- a/build_scripts/platforms/linux.py
+++ b/build_scripts/platforms/linux.py
@@ -3,6 +3,7 @@
from pathlib import Path
+from ..log import log
from ..config import config
from ..options import OPTION
from ..utils import (copy_icu_libs, copydir, copyfile, find_files_using_glob,
@@ -20,6 +21,8 @@ def prepare_standalone_package_linux(pyside_build, _vars, cross_build=False):
copy_qt_conf = True
should_copy_icu_libs = True
+ log.info("Copying files...")
+
if config.is_internal_shiboken_generator_build():
constrain_modules = ["Core", "Network", "Xml", "XmlPatterns"]
copy_plugins = False