Closed ExtraordinaryBen closed 1 year ago
Mega Happy Sprite wasn't able to compile under Linux unless the Math Library was added to LIBS in the Makefile.
LIBS
This adds a little checker to the Makefile.in file that automatically adds -lm to LIBS if the return value from the command uname -s contains Linux.
-lm
uname -s
Linux
Also adds some environment variables for packaging conventions. (DESTDIR and PREFIX)
Tested under Arch Linux with Linux Kernel 4.15.1 and GCC 7.3.0.
Mega Happy Sprite wasn't able to compile under Linux unless the Math Library was added to
LIBS
in the Makefile.This adds a little checker to the Makefile.in file that automatically adds
-lm
toLIBS
if the return value from the commanduname -s
containsLinux
.Also adds some environment variables for packaging conventions. (DESTDIR and PREFIX)
Tested under Arch Linux with Linux Kernel 4.15.1 and GCC 7.3.0.