From f9a048b472c37942773693f93e333a1400e4ad23 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Wed, 3 Feb 2016 18:03:10 +0100 Subject: [PATCH] meh --- build/te4core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/te4core.lua b/build/te4core.lua index b59c90fc07..62a4dfbc37 100644 --- a/build/te4core.lua +++ b/build/te4core.lua @@ -109,7 +109,7 @@ project "TEngine" links { "mingw32", "SDL2main", "SDL2", "SDL2_ttf", "SDL2_image", "OpenAL32", "vorbisfile", "opengl32", "glu32", "wsock32", "png" } defines { [[TENGINE_HOME_PATH='"T-Engine"']], 'SELFEXE_WINDOWS' } if _OPTIONS.wincross then - prebuildcommands { "/usr/bin/i686-pc-mingw32-windres ../src/windows/icon.rc -O coff -o ../src/windows/icon.res" } + prebuildcommands { "i686-pc-mingw32-windres ../src/windows/icon.rc -O coff -o ../src/windows/icon.res" } else prebuildcommands { "windres ../src/windows/icon.rc -O coff -o ../src/windows/icon.res" } end -- GitLab