mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
fixing -c in chibi-ffi
This commit is contained in:
parent
695b845b11
commit
9007d1675e
1 changed files with 3 additions and 2 deletions
|
@ -2008,8 +2008,9 @@
|
||||||
;; chibi-ffi to compile to (chibi process) module.
|
;; chibi-ffi to compile to (chibi process) module.
|
||||||
(let* ((so (string-append (strip-extension src)
|
(let* ((so (string-append (strip-extension src)
|
||||||
*shared-object-extension*))
|
*shared-object-extension*))
|
||||||
(execute (begin (eval '(import (chibi process)))
|
(execute (begin (eval '(import (chibi process))
|
||||||
(eval 'execute)))
|
(current-environment))
|
||||||
|
(eval 'execute (current-environment))))
|
||||||
(base-args (append cflags `("-o" ,so ,dest "-lchibi-scheme")))
|
(base-args (append cflags `("-o" ,so ,dest "-lchibi-scheme")))
|
||||||
(args
|
(args
|
||||||
(eval
|
(eval
|
||||||
|
|
Loading…
Add table
Reference in a new issue