From 81ef2196475febb34c4f66ab75aebc56ec67ac9b Mon Sep 17 00:00:00 2001 From: lailongwei <964855959@qq.com> Date: Mon, 23 Oct 2023 20:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3premake5=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E4=B8=80=E5=A4=84=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/premake/premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/premake/premake5.lua b/tools/premake/premake5.lua index 9cc7e692..68ada6c4 100644 --- a/tools/premake/premake5.lua +++ b/tools/premake/premake5.lua @@ -50,7 +50,7 @@ local llbc_disable_cxx11_abi = true -- true/false. -- set compile toolset. local llbc_ccpp_compile_toolset = nil -- nil/''/gcc/clang/msc/custom_ccpp_toolset. --- set custom compile toolset, if set to 'custm_ccpp_toolset'. +-- set custom compile toolset, if set to 'custom_ccpp_toolset'. -- set_custom_ccpp_toolset('') -- windows platform flag.