diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-10-03 14:15:26 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-10-03 14:15:26 +0000 |
commit | f50104c69bac78d749fb98b6571d909534b4c2cf (patch) | |
tree | f3916680dc4dd3da7317f43e3a106187663356e9 /cpp/makebindist.py | |
parent | Changed compiler version (diff) | |
download | ice-f50104c69bac78d749fb98b6571d909534b4c2cf.tar.bz2 ice-f50104c69bac78d749fb98b6571d909534b4c2cf.tar.xz ice-f50104c69bac78d749fb98b6571d909534b4c2cf.zip |
Removed PHP from Mac OS X distrib, warning fix
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 97b080c964d..288302ae4f3 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -731,7 +731,7 @@ def makePHPbinary(sources, buildDir, installDir, version, clean): """ Create the IcePHP binaries and install to Ice installation directory """ platform = getPlatform() - if not platform in ['linux', 'macosx', 'linux64']: + if not platform in ['linux', 'linux64']: return # |