diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-07-31 13:29:11 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2019-07-31 13:30:05 -0500 |
commit | e5e7c63e5deb9a7094d94dd351313b4de6435497 (patch) | |
tree | b10661956124818a3879160f026971aeaed41b98 /scripts/Util.py | |
parent | Swift fixes for iOS testing (diff) | |
download | ice-e5e7c63e5deb9a7094d94dd351313b4de6435497.tar.bz2 ice-e5e7c63e5deb9a7094d94dd351313b4de6435497.tar.xz ice-e5e7c63e5deb9a7094d94dd351313b4de6435497.zip |
Fixes for AIX bindist testing
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index 13cc69ebac5..723ee07bbb9 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -325,6 +325,9 @@ class AIX(Platform): def getDefaultBuildPlatform(self): return "ppc64" + def getInstallDir(self): + return "/opt/freeware" + class Linux(Platform): def __init__(self): |