jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules
204 stars 37 forks source link

Use llvm-config to get the library directory #244

Open BorisCarvajal opened 4 years ago

BorisCarvajal commented 4 years ago

llvm-config will look for the default LLVM installation, you can pass the --llvm-path to force linking to other version.

The old behavior is still there if llvm-config method fails.

jacob-carlborg commented 4 years ago

I’ve tried to use llvm-config before, it didn’t work that well. I don’t remember the exact details.