yaml: load lib for windows and macosx
parent
73642b173f
commit
43f9318489
|
@ -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
|
||||||
>>
|
>>
|
||||||
|
|
Loading…
Reference in New Issue