diff options
Diffstat (limited to 'src/Makefile.Watcom')
-rw-r--r-- | src/Makefile.Watcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 63107c8cf..c88291e2c 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -78,7 +78,7 @@ ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.6 !ifdef %libssh2_root LIBSSH2_ROOT = $(%libssh2_root) !else -LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.0 +LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.1 !endif !ifdef %librtmp_root |