<FromGitter>
<aaaScript> Has anyone had any experience integrating a scripting language into an existing project? I know there's this project (https://github.com/Anyolite/anyolite) but wondering if anyone's had any experience with this or with rolling their own custom solution with something else like Lua.
<FromGitter>
<Blacksmoke16> `LLVM_CONFIG = {{ env("LLVM_CONFIG") || `#{__DIR__}/ext/find-llvm-config`.stringify }}` should work if you just set that env var
<FromGitter>
<mattrberry> This works, but I'm still confused why it's not getting it by itself haha `➜ ~ LLVM_CONFIG=$(which llvm-config) crystal eval 'require "llvm"'`
<FromGitter>
<mattrberry> This only happens for me on this machine. It's fine on my mac and ubuntu machine. This is a fresh fedora install
<FromGitter>
<Blacksmoke16> :shrug:
<FromGitter>
<mattrberry> Meh, I'll keep working on my compiler in nim haha
<FromGitter>
<Blacksmoke16> I mean can't just set that env var?
<FromGitter>
<mattrberry> Oh yeah totally, my comment wasn't really related haha. I have a compiler I'm already working on, but I was just figuring I'd check out how easy targeting llvm was from crystal :p