diff options
author | riton <riton@riton.home> | 2025-03-31 20:54:37 +0300 |
---|---|---|
committer | riton <riton@riton.home> | 2025-03-31 20:54:37 +0300 |
commit | 14417f67bce2f99d7eb8525a6aa5760dab924f9e (patch) | |
tree | b9e68a9f1a8b5ce23589e79d22d5908912f60e24 | |
parent | ee5f0a1413bbee95ac5dd4940d17f49d1a418e9c (diff) |
"sb-posix yok" derleme hatası giderildi
-rw-r--r-- | html-jen.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html-jen.asd b/html-jen.asd index 737c3a7..85a3b79 100644 --- a/html-jen.asd +++ b/html-jen.asd @@ -1,7 +1,7 @@ (defsystem html-jen :author "Emre Akan" :license "GPLv3" - :depends-on (uiop) + :depends-on (uiop sb-posix) :description "Markdown dosyalarından HTML jenerasyonu yapan yazılım." :pathname "src/" :components ((:file "paket") |