adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
529 stars 128 forks source link

HTTP2 building failed #447

Closed cyrusmsk closed 4 months ago

cyrusmsk commented 4 months ago

M1 macOS if I'm trying to build simple code with subConfig "without_openssl" it raises an error: Building arsd-official:http 11.4.2: building configuration [without_openssl] ../../../../.dub/packages/arsd-official/11.4.2/arsd-official/http2.d(5845,5): Error: undefined identifier X509_STORE_CTX

adamdruppe commented 4 months ago

that build mode is obsolete, there's no reason to use it anymore as the openssl is checked at runtime

cyrusmsk commented 4 months ago

Thanks Adam. I will use normal build