diff --git a/config/lib.json b/config/lib.json index e98c1ae5..6ad734ee 100644 --- a/config/lib.json +++ b/config/lib.json @@ -513,7 +513,6 @@ "static-libs-windows": [ "libssh2.lib" ], - "provide-pre-built": true, "headers": [ "libssh2.h", "libssh2_publickey.h", diff --git a/config/source.json b/config/source.json index 73982380..4698ae83 100644 --- a/config/source.json +++ b/config/source.json @@ -628,6 +628,7 @@ "repo": "libssh2/libssh2", "match": "libssh2.+\\.tar\\.gz", "prefer-stable": true, + "provide-pre-built": true, "license": { "type": "file", "path": "COPYING"