diff options
Diffstat (limited to 'csc.csc')
| -rw-r--r-- | csc.csc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ (only (scheme read) read) (only (csc compiler) - *library-search-dirs* + add-library-search-dirs compile) (only (csc flag) *args* @@ -69,7 +69,7 @@ ((file) file) (_ (printf "Error: must pass exactly one file to csc.\n{}" *help-msg*) (exit 2)))) - (set! *library-search-dirs* *include*) + (add-library-search-dirs *include*) (write-file *output* (compile (read-file input-file)))) |
