ForNeVeR / tdlib.native

Prebuilt binaries of TDLib distributed as a NuGet package.
Boost Software License 1.0
104 stars 24 forks source link

(#76) Windows: disable Readline search #79

Closed ForNeVeR closed 1 year ago

ForNeVeR commented 1 year ago

Readline has recently started to be found in C:/Strawberry/c/include, but the build can't use that version for some reason.

As we weren't using Readline earlier, I think it's better to explicitly disable it for now.

Closes #76.