freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master f7ae7e88e 2/3: * vms_make.com: Fix typos.


From: Werner Lemberg
Subject: [freetype2] master f7ae7e88e 2/3: * vms_make.com: Fix typos.
Date: Fri, 21 Jul 2023 15:45:04 -0400 (EDT)

branch: master
commit f7ae7e88e9fde4fccbe7bbd03d72e411fb0e4db3
Author: Jouk Jansen <joukj@hrem.nano.tudelft.nl>
Commit: Werner Lemberg <wl@gnu.org>

    * vms_make.com: Fix typos.
---
 vms_make.com | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vms_make.com b/vms_make.com
index 8d761d264..52a607599 100644
--- a/vms_make.com
+++ b/vms_make.com
@@ -74,10 +74,10 @@ $!
 $!
 $! Pull in external libraries
 $!
-$ have_png = f$search("sys$library:libpng.olb/lib") .nes. ""
+$ have_png = f$search("sys$library:libpng.olb") .nes. ""
 $ have_bz2 = f$search("sys$library:libbz2.olb") .nes. ""
-$ have_z = f$search("sys$library:libpng.olb") .nes. ""
-$ have_harfbuzz = f$search("") .nes. "sys$library:libharfbuzz.olb/lib"
+$ have_z = f$search("sys$library:libz.olb") .nes. ""
+$ have_harfbuzz = f$search("sys$library:libharfbuzz.olb") .nes. ""
 $!
 $ create libs.opt
 $ open/write libsf libs.opt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]