diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-05-12 09:22:45 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-05-12 09:22:45 -0230 |
commit | 96a9f8e37d84a66b2345bd0e04618b855face07b (patch) | |
tree | f582821ecfe07843b05e36e84ff5658244eac5c2 /python | |
parent | Moved out distribution files to ice-apackaging repository (diff) | |
download | ice-96a9f8e37d84a66b2345bd0e04618b855face07b.tar.bz2 ice-96a9f8e37d84a66b2345bd0e04618b855face07b.tar.xz ice-96a9f8e37d84a66b2345bd0e04618b855face07b.zip |
ICE-6503 fix setting of install prefix
Diffstat (limited to 'python')
-rw-r--r-- | python/config/Make.rules.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/config/Make.rules.mak b/python/config/Make.rules.mak index c20255b6e52..b77531bf014 100644 --- a/python/config/Make.rules.mak +++ b/python/config/Make.rules.mak @@ -12,7 +12,11 @@ # if it does not exist. # +!if "$(PREFIX)" == "" prefix = C:\Ice-$(VERSION) +!else +prefix = $(PREFIX) +!endif # # Define OPTIMIZE as yes if you want to build with optimization. |