TornadoCookie / life-sim

Clone of InstLife in C++
Other
1 stars 0 forks source link

lifesim_gui exits saying that it was not compiled with raylib when raylib was compiled #6

Closed TornadoCookie closed 1 year ago

TornadoCookie commented 1 year ago

When running lifesim_gui on a system where raylib is not installed: $ ./lifesim_gui Life Simulator was compiled without raylib support. Please install raylib from your package manager or build it from source, then recompile.

TornadoCookie commented 1 year ago

Fixed in 7f19858.