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, 1 insertions, 2 deletions
diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py
index 1cfcc27b9..e7abeb062 100644
--- a/build_scripts/platforms/linux.py
+++ b/build_scripts/platforms/linux.py
@@ -38,8 +38,7 @@
#############################################################################
from ..utils import (copydir, copyfile, copy_icu_libs, find_files_using_glob,
- linux_set_rpaths, linux_run_read_elf, linux_get_rpaths,
- rpaths_has_origin)
+ linux_set_rpaths, linux_get_rpaths, rpaths_has_origin)
from ..config import config
from ..versions import PYSIDE