X-Git-Url: http://git.lukelau.me/?p=scheme.git;a=blobdiff_plain;f=main.scm;h=e2e96b8355b68cd43967977259c67ab91f7a5e1e;hp=ce9241ac11537abaf0766e6876e138b24645efd3;hb=9d93b066cfd6505849dff12146159bedeadf96b9;hpb=685089345e07943eaab2eec10208ba513ca537b2 diff --git a/main.scm b/main.scm index ce9241a..e2e96b8 100644 --- a/main.scm +++ b/main.scm @@ -1,9 +1,10 @@ (load "codegen.scm") +(load "platform.scm") ; returns (os filename) (define (parse-args) (define (parse-os x) - (if (null? x) 'darwin ; todo: replace this with the os + (if (null? x) host-os ; todo: replace this with the os ; it was compiled with (if (or (equal? (car x) "-t")