Use load-option so we get the LIARC bundle.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 9 Jan 2019 03:45:35 +0000 (03:45 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 9 Jan 2019 03:56:35 +0000 (03:56 +0000)
src/x11/compile.scm

index df87d7fee731be13697b0415ae5752e4e628bd16..a7878c2c448babfb6e79bf9cef65f7b158108e9b 100644 (file)
@@ -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)))