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 e02afe359e1..74b4569a636 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -903,7 +903,7 @@ def main(): ('icephp','IcePHP-' + version, 'php'), ('icej','IceJ-' + version, 'j') ] - if getPlatform() <> 'aix': + if not getPlatform() in ['aix', 'linux64']: sourceTarBalls.append(('icepy','IcePy-' + version, 'py')) if getPlatform() == 'linux': |