Added search paths to libraries

This commit is contained in:
retropikzel 2024-10-11 21:45:42 +03:00
parent 57ceb04046
commit 6af11b5d9b
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
(srfi 13) (srfi 13)
(srfi 14)) (srfi 14))
(include "licenses.data-scm") (include "licenses.scm")
(define tmpdir (list-ref (command-line) 1)) (define tmpdir (list-ref (command-line) 1))
(if (not (file-exists? "repo.scm")) (error "No repo.scm found")) (if (not (file-exists? "repo.scm")) (error "No repo.scm found"))