Commit Graph

6 Commits

Author SHA1 Message Date
xenia 1423b84da5 fix library install path issues 2021-04-04 04:06:26 -04:00
Philip McGrath c14081de59
Support Racket on Chez Scheme
Use the FFI instead of depending on Racket BC's C API.

(But we still build a shared C library, because I'm not sure
about the portability of the `struct termios` type.)

Closes https://github.com/tonyg/racket-ansi/issues/6
2020-02-24 16:01:45 -05:00
Tony Garnock-Jones c2454badf7 Use standard compilation approach for the C extension 2017-02-25 16:11:17 -05:00
Tony Garnock-Jones 2770248a09 Avoid versioning problems by just always rebuilding the native library 2015-01-16 14:14:56 -05:00
Tony Garnock-Jones 780cc2e9e8 Fix atexit() warning 2014-12-17 14:01:28 -05:00
Tony Garnock-Jones 7c3b3f3c6c Packageize 2014-12-17 11:54:44 -05:00