summaryrefslogtreecommitdiffstats
path: root/vms/make.com
diff options
context:
space:
mode:
Diffstat (limited to 'vms/make.com')
-rw-r--r--vms/make.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/vms/make.com b/vms/make.com
index 2270c25..0635820 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -36,7 +36,8 @@ $ copy [.tools.lib]make.com [-.tools.lib]
$!
$! Define location of ZLIB library. If you do not have it on your system, download
$! source code from http://www.zlib.net/, build and install on your system
-$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3]
+$! define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3]
+$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3-ieee]
$!
$! Set up compilation flags here
$! Do not remove define=H5_VMS and standard=strict_ansi qualifiers.