disruptek / nimph

Nim package hierarchy manager from the future 🧚
MIT License
159 stars 10 forks source link

nimph/config: find the compiler at runtime #119

Closed alaviss closed 4 years ago

alaviss commented 4 years ago

As some search paths are derived from the compiler location, storing the compiler location at compile time will cause it to not work if the real compiler is not the same as the one used to compile nimph.

This patch make nimph look for the compiler in PATH instead.

Fixes #118