From 0de727c1fdcdcd0eba7e492cc1e893f35df04b91 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Mon, 20 Dec 2010 01:31:36 +0000 Subject: [PATCH] make newer libutils happy git-svn-id: http://svn.net-core.org/repos/t-engine4@2174 51575b47-30f0-44d4-a5cc-537603b46e54 --- premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake4.lua b/premake4.lua index 9f6a964f63..a5077edcb1 100644 --- a/premake4.lua +++ b/premake4.lua @@ -106,7 +106,7 @@ configuration "windows" defines { [[TENGINE_HOME_PATH='"T-Engine"']], 'SELFEXE_WINDOWS' } configuration "linux" - links { "SDL", "SDL_ttf", "SDL_image", "SDL_mixer", "GL", "GLU" } + links { "SDL", "SDL_ttf", "SDL_image", "SDL_mixer", "GL", "GLU", "m", "pthread" } defines { [[TENGINE_HOME_PATH='".t-engine"']], 'SELFEXE_LINUX' } postbuildcommands { -- GitLab