mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 04:55:03 +00:00
Use autotools to build (#27)
* remove c3d/build * autotools start * ignore * autoreconf? idk * linux/osx gcc/clang * no glut, need glew tho * fix test matrix * fix linux conditional includes? * sdl makefile am * SDL2 m4/autoconf * idk more m4 crap * ignore more junk * ug * go away idk * renderer makefile * fixing SDL's broken-ass sdl2.m4 lol * progress * cmake go away * full autotools build working yay * autogen script, readme update * fix linux ifdefs * stuff * fix linux -ldl * mac sdl dep for travis * whoops * brewwww * no osx gcc * no test * kinda working linux library build * travis apt packages * ignore old SDL2 for travis * typo * autogen for osx build readme
This commit is contained in:
committed by
GitHub
parent
826c918db1
commit
8eaa232dda
@ -16,7 +16,7 @@
|
||||
#include <sstream>
|
||||
#include <set>
|
||||
|
||||
#ifdef LINUX
|
||||
#ifdef __linux__
|
||||
extern "C"
|
||||
{
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user