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.
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.