From: Taylor R Campbell Date: Wed, 9 Jan 2019 03:45:35 +0000 (+0000) Subject: Use load-option so we get the LIARC bundle. X-Git-Tag: mit-scheme-pucked-10.1.10~6^2~65 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=61a96e20872ed5cf327927514b5b446795db4b94;p=mit-scheme.git Use load-option so we get the LIARC bundle. --- diff --git a/src/x11/compile.scm b/src/x11/compile.scm index df87d7fee..a7878c2c4 100644 --- a/src/x11/compile.scm +++ b/src/x11/compile.scm @@ -24,13 +24,10 @@ USA. |# - (load-option 'cref) +(load-option 'ffi) (with-working-directory-pathname (directory-pathname (current-load-pathname)) (lambda () - (with-working-directory-pathname (merge-pathnames "../ffi") - (lambda () - (load "make"))) (for-each (let ((env (->environment '(runtime)))) (lambda (filename) (compile-file filename '() env)))