~ chicken-core (chicken-5) b8f946bd71a576edae582c2b69e9a0b76867f3b9
commit b8f946bd71a576edae582c2b69e9a0b76867f3b9 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon Feb 22 12:15:12 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon Feb 22 12:15:12 2010 +0100 this actually has a reason diff --git a/csc.scm b/csc.scm index 62c4b8b4..a26037cc 100644 --- a/csc.scm +++ b/csc.scm @@ -238,6 +238,7 @@ id) ) ) (define compile-options '()) + (define builtin-compile-options (if include-dir (list (conc "-I\"" include-dir "\"")) '())) @@ -253,6 +254,7 @@ TARGET_LIB_HOME)) ) (define link-options '()) + (define builtin-link-options (cond ((or osx hpux-hppa mingw) (list (conc "-L\"" library-dir "\"")))Trap