From 90665d6482a3ea95d4b865fb98b66b13ae508617 Mon Sep 17 00:00:00 2001 From: ChouUn Date: Sun, 27 Oct 2024 16:25:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=AD=90=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=203rd/w3xparser;=20fix:=20=E5=85=BC=E5=AE=B9=E6=96=B0?= =?UTF-8?q?=E7=89=88=20luamake;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rd/w3xparser | 2 +- make.lua | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/3rd/w3xparser b/3rd/w3xparser index d3bc590a..a93b954a 160000 --- a/3rd/w3xparser +++ b/3rd/w3xparser @@ -1 +1 @@ -Subproject commit d3bc590aa6ad62ef6087baa50ae80f421a8504d3 +Subproject commit a93b954a56d0e11f973dd2a5bd7dc42db360ece6 diff --git a/make.lua b/make.lua index 420f4a16..ed5963b5 100644 --- a/make.lua +++ b/make.lua @@ -1,5 +1,7 @@ local lm = require 'luamake' +lm.lua_source = lm.lua_src + lm.arch = 'x86' lm.EXE = 'lua' lm.c = lm.compiler == 'msvc' and 'c89' or 'c11'