minimum -> or higher

This commit is contained in:
Viktor Szakats 2026-04-22 21:31:49 +02:00
parent c62c48ef44
commit c952c5d74c
No known key found for this signature in database

View file

@ -134,7 +134,7 @@ $ write pdsc " end if;"
$!
$write pdsc " software VMSPORTS ''base' ZLIB ;"
$write pdsc -
" if (not <software VMSPORTS ''base' ZLIB version minimum v1.2-8>) ;"
" if (not <software VMSPORTS ''base' ZLIB v1.2-8 or higher>) ;"
$write pdsc " error NEED_ZLIB;"
$write pdsc " end if;"
$!