aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 13:02:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 15:47:54 -0700
commit7cc4d107302ba19fbc62bb0b01be3067f783b9d7 (patch)
tree40eb81cf60cc6821031346c0dd4956fb6f293292 /consfigurator.asd
parent6ddbb0f222980f0f8f54284ea8bb5e4d94f68b80 (diff)
downloadconsfigurator-7cc4d107302ba19fbc62bb0b01be3067f783b9d7.tar.gz
replace some (REQUIRE "sb-posix") calls with conditional dependency
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 0ddb32c..764799e 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -12,6 +12,7 @@
#:cl-interpol
#:named-readtables
#:cffi
+ #+sbcl #:sb-posix
#:trivial-backtrace
#:trivial-macroexpand-all)
:components ((:file "src/package")