llvm.ffi: fix cond.

master
John Benediktsson 2020-01-05 19:14:22 -08:00
parent 86a35088de
commit d3b9974bed
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ IN: llvm.ffi
<< "llvm" {
{ [ os linux? ] [ "LLVM-3.9" find-so ] }
{ [ os macosx? ] [ "/usr/local/opt/llvm/lib/libLLVM.dylib" ] }
[ drop ]
[ drop f ]
} cond [ cdecl add-library ] when*
>>