llvm.ffi: ...
parent
3e428b1754
commit
a2cce5a0d9
|
@ -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 f ]
|
[ f ]
|
||||||
} cond [ cdecl add-library ] [ drop ] if*
|
} cond [ cdecl add-library ] [ drop ] if*
|
||||||
>>
|
>>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue