yaml: load lib for windows and macosx

db4
Jon Harper 2014-02-08 16:15:11 +01:00 committed by John Benediktsson
parent 73642b173f
commit 43f9318489
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ IN: yaml.ffi
<< <<
"libyaml" { "libyaml" {
{ [ os windows? ] [ "libyaml.dll" ] }
{ [ os macosx? ] [ "libyaml.dylib" ] }
{ [ os unix? ] [ "libyaml.so" ] } { [ os unix? ] [ "libyaml.so" ] }
} cond cdecl add-library } cond cdecl add-library
>> >>