Add (lassik ...) prefix to command-line

This commit is contained in:
Lassi Kortela 2021-08-17 12:56:30 +03:00
parent 6c147feb09
commit c1d00d5062
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
(import (scheme base) (command-line) (srfi 64))
(import (scheme base) (srfi 64) (lassik command-line))
(test-begin "command-line")

View File

@ -1,4 +1,4 @@
(define-library (command-line)
(define-library (lassik command-line)
(export join-posix-command-line
join-windows-command-line)
(import (scheme base))