aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms/unix.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts/platforms/unix.py')
-rw-r--r--build_scripts/platforms/unix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py
index 6929e915d..24a53e277 100644
--- a/build_scripts/platforms/unix.py
+++ b/build_scripts/platforms/unix.py
@@ -194,7 +194,7 @@ def prepare_packages_posix(self, vars):
**vars)
pyside_rcc_path = "{install_dir}/bin/rcc".format(
**vars)
- pyside_rcc_options = '-g python'
+ pyside_rcc_options = ['-g', 'python']
regenerate_qt_resources(examples_path, pyside_rcc_path,
pyside_rcc_options)