orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
273 stars 40 forks source link

Do not require libeay32 under non-Windows OSes #182

Closed lockie closed 3 years ago

lockie commented 3 years ago

Hello! While trying to package cl-async using application with Shinmera's deploy, I was getting error regarding libeay32 library (deploy forces all cffi libraries to be present as files). Looks like libeay32 is only required on Windows, so this PR removes dependency on that library under non-Windows OSes.

orthecreedence commented 3 years ago

Looks good, thank you.