medfall

A super great game engine
Log | Files | Refs

commit d492d950af505daf334dcfbc19cc0ab080934b21
parent d0a07ed71c4a61416e65c80be3ffae6de1e4b169
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Jun 25 15:14:59 +0300

Error if we can't build GLFW

Diffstat:
libs/glfw.lua | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/libs/glfw.lua b/libs/glfw.lua @@ -20,4 +20,6 @@ elseif OS == "linux" then } ) obj_replace_cxxflags( "libs/glfw/src/%", "-c -x c -O2 -D_GLFW_X11" ) +else + error( "don't know how to build GLFW on this platform" ) end