try binary so first

svn: r6139
This commit is contained in:
Eli Barzilay 2007-05-04 06:12:17 +00:00
parent 26ab4af5f7
commit a24b323e2b

View File

@ -7,7 +7,7 @@
;; libtermcap needed on some platforms
(define libtermcap (with-handlers ([exn:fail? void]) (ffi-lib "libtermcap")))
(define libreadline (ffi-lib "libreadline" '("" "5" "4")))
(define libreadline (ffi-lib "libreadline" '("5" "4" "")))
(define make-byte-string ; helper for the two types below
(get-ffi-obj "scheme_make_byte_string" #f (_fun _pointer -> _scheme)))