cyclone/tests/c-compiler-options.scm
2022-06-26 18:51:38 -04:00

11 lines
215 B
Scheme

(import (scheme base)
(scheme write)
(cyclone foreign))
;(c-linker-options "-I/tmp")
(c-compiler-options "-I/tmp")
;(define c-compiler-options list)
;(c-linker-options "-I/tmp")
(display "hello")