From d5e935793e77043dd8e8d0712d49e2f7051f9de2 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Thu, 10 Feb 2011 17:48:07 +0000 Subject: [PATCH] oups python git-svn-id: http://svn.net-core.org/repos/t-engine4@2709 51575b47-30f0-44d4-a5cc-537603b46e54 --- premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake4.lua b/premake4.lua index c8f7759886..6e27489766 100644 --- a/premake4.lua +++ b/premake4.lua @@ -114,7 +114,7 @@ configuration "windows" defines { [[TENGINE_HOME_PATH='"T-Engine"']], 'SELFEXE_WINDOWS' } configuration "linux" - links { "SDL", "SDL_ttf", "SDL_image", "SDL_mixer", "GL", "GLU", "m", "pthread", "python2.6" } + links { "SDL", "SDL_ttf", "SDL_image", "SDL_mixer", "GL", "GLU", "m", "pthread" } defines { [[TENGINE_HOME_PATH='".t-engine"']], 'SELFEXE_LINUX' } configuration {"linux", "Debug"} -- GitLab