mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
in luaSocket usocket.h, commented out #include <unistd.h> to compile, because of errors regarding symbol "_strerror$UNIX2003".
|
|
http://www.haskell.org/pipermail/glasgow-haskell-bugs/2007-May/008233.html has some info on this.
|
|
|
|
in love_opengl.cpp changed struct display_state: int stipple_repeat; int stipple_pattern; to GLints instead
|
|
|
|
SDL_opengl.h
|
|
define for linux only
|
|
#ifndef __APPLE__
|
|
#define GL_GLEXT_VERSION 29
|
|
#endif |