diff options
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index ff1d8f13440..90fcf277a93 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -1075,7 +1075,7 @@ def main(): ('icephp','IcePHP-' + version, 'php'), ('icej','IceJ-' + version, 'j') ] - if not getPlatform() in ['aix']: + if not getPlatform() in ['aix', 'solaris', 'hp']: sourceTarBalls.append(('icepy','IcePy-' + version, 'py')) if getPlatform() == "linux": |