diff options
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 1082ef98c23..ff1d8f13440 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -1134,9 +1134,9 @@ def main(): # TODO: Sanity check to make sure that the script is being run # from a location that it expects. # - cvsDirs = [ 'ice', 'icej', 'icepy', 'icephp' ] + cvsDirs = [ 'ice', 'icej', 'icephp' ] if getPlatform() == 'linux': - cvsDirs.append('icecs') + cvsDirs.append('icecs', 'icepy') os.environ['ICE_HOME'] = os.getcwd() currentLibraryPath = None |