From 8979531449d36dbee5dd824dce493339e062aa27 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 24 Oct 2025 19:33:40 +0000 Subject: [PATCH] fix git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@492 b9cfdab3-6d41-4d17-bbe4-086880011989 --- Koakumafile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koakumafile b/Koakumafile index 72ea09e..fb0ebc2 100755 --- a/Koakumafile +++ b/Koakumafile @@ -12,9 +12,9 @@ proc run {project_name} { if { "$target" == "Linux" } { RunCommand "make -j4 VULKAN_NO_STRING_HELPER=1" } elseif { "$target" == "Win32" } { - RunCommand "make -j4 VULKAN=0 TARGET=Windows GCC=i686-w64-mingw32-" + RunCommand "make -j4 VULKAN=0 USE_FREETYPE2=0 USE_STB_TRUETYPE=1 TARGET=Windows GCC=i686-w64-mingw32-" } elseif { "$target" == "Win64" } { - RunCommand "make -j4 VULKAN=0 TARGET=Windows GCC=x86_64-w64-mingw32-" + RunCommand "make -j4 VULKAN=0 USE_FREETYPE2=0 USE_STB_TRUETYPE=1 TARGET=Windows GCC=x86_64-w64-mingw32-" } } }