We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c189e + 8470771 commit cb05827Copy full SHA for cb05827
src/c.lisp
@@ -130,7 +130,7 @@
130
;; (format t "open-audio-if-not-yet, already opened?: ~A~%" calm::*calm-state-audio-open*)
131
(when (and
132
(not calm::*calm-state-audio-open*) ;; not opened yet
133
- (null (uiop:getenv "CI")) ;; not CI
+ #-jscl (null (uiop:getenv "CI")) ;; not CI
134
)
135
;;
136
;; if we put the following code outside of this function,
0 commit comments