From e5f7a4128aa8456d2e3798c9cc06543c88ddb737 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 14 Nov 2025 06:41:38 +0000 Subject: [PATCH] fix git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@698 b9cfdab3-6d41-4d17-bbe4-086880011989 --- Koakumafile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koakumafile b/Koakumafile index b751d56..fb7e885 100755 --- a/Koakumafile +++ b/Koakumafile @@ -14,9 +14,9 @@ proc run {project_name} { if { "$target" == "Linux" } { RunCommand "./Makefile.pl --enable-opengl --enable-vulkan --without-vulkan-string-helper" } elseif { "$target" == "Win32" } { - RunCommand "./Makefile.pl --enable-opengl --enable-stb-truetype --disable-freetype2 --cross --target=Windows CC=i686-w64-mingw32-gcc" + RunCommand "./Makefile.pl --enable-opengl --enable-stb-truetype --disable-freetype2 --cross --target=Windows --host=i686-w64-mingw32" } elseif { "$target" == "Win64" } { - RunCommand "./Makefile.pl --enable-opengl --enable-stb-truetype --disable-freetype2 --cross --target=Windows CC=x86_64-w64-mingw32-gcc" + RunCommand "./Makefile.pl --enable-opengl --enable-stb-truetype --disable-freetype2 --cross --target=Windows --host=x86_64-w64-mingw32" } RunCommand "make clean" RunCommand "make -j4"