aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a2741d53d..ce309fe34 100644
--- a/setup.py
+++ b/setup.py
@@ -927,7 +927,7 @@ class pyside_build(_build):
executables = []
if sys.platform.startswith('linux'):
so_ext = '.so'
- so_star = so_ext + '.*'
+ so_star = so_ext + '*'
elif sys.platform == 'darwin':
so_ext = '.dylib'
so_star = so_ext