abishekvashok / cmatrix

Terminal based "The Matrix" like implementation
GNU General Public License v3.0
4.04k stars 421 forks source link

Bug fix: Linker errors using automake in Mac OS #163

Open abishekvashok opened 1 year ago

abishekvashok commented 1 year ago

Fix linker issues that prevent compillation with gcc from succeeding using autotools.

This allows compilation to succeeed in Mac OS - haven't tested on linux yet.

Fixes: #161 Signed-off-by: Abishek V Ashok abishekvashok@gmail.com