llvm.ffi: fix cond.

flac
John Benediktsson 2020-01-05 19:14:22 -08:00 committed by Steve Ayerhart
parent 90e0998861
commit 2344735d43
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 1 additions and 1 deletions

View File

@ -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*
>> >>