Skip to content

Commit

Permalink
Only read incbin when.h :compile-toplevel
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 19, 2024
1 parent 5cd219a commit 07c397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fasl-lib.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(in-package #:sbcl-librarian)

(eval-when (:compile-toplevel :load-toplevel :execute)
(eval-when (:compile-toplevel)
(defparameter *incbin-filename* "incbin.h"
"The name of the file containing the incbin source code.")
(defparameter *incbin-source-text*
Expand Down

0 comments on commit 07c397a

Please sign in to comment.