1
0
Fork 0

Merge pull request 'Use -A option with capyscheme' (#10) from main into release

Reviewed-on: https://codeberg.org/retropikzel/compile-scheme/pulls/10
This commit is contained in:
retropikzel 2025-12-12 07:52:38 +01:00
commit 976a5590e2
1 changed files with 4 additions and 2 deletions

View File

@ -29,8 +29,10 @@
" " " "
,@(map (lambda (item) ,@(map (lambda (item)
(string-append "-L" " " item " ")) (string-append "-L" " " item " "))
(append prepend-directories prepend-directories)
append-directories)) ,@(map (lambda (item)
(string-append "-A" " " item " "))
append-directories)
" --script " " --script "
,script-file ,script-file
" " " "