llvm.ffi: fix cond.
parent
86a35088de
commit
d3b9974bed
|
@ -7,7 +7,7 @@ IN: llvm.ffi
|
||||||
<< "llvm" {
|
<< "llvm" {
|
||||||
{ [ os linux? ] [ "LLVM-3.9" find-so ] }
|
{ [ os linux? ] [ "LLVM-3.9" find-so ] }
|
||||||
{ [ os macosx? ] [ "/usr/local/opt/llvm/lib/libLLVM.dylib" ] }
|
{ [ os macosx? ] [ "/usr/local/opt/llvm/lib/libLLVM.dylib" ] }
|
||||||
[ drop ]
|
[ drop f ]
|
||||||
} cond [ cdecl add-library ] when*
|
} cond [ cdecl add-library ] when*
|
||||||
>>
|
>>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue