diff options
-rw-r--r-- | extreload.asd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extreload.asd b/extreload.asd index 19e736d..5d1e2cb 100644 --- a/extreload.asd +++ b/extreload.asd @@ -16,6 +16,11 @@ ;;; along with Extreload. If not, see <https://www.gnu.org/licenses/>. +;; SSL is not required for Extreload. Including it can cause a dynamic library +;; load path error if the runtime paths are different from those on the build +;; machine. +(push :websocket-driver-no-ssl *features*) + (asdf:defsystem extreload :version "0.0.2" :depends-on (:jsown |