From a52bc592fad72751062b57b9c62ecca81e5aa1b8 Mon Sep 17 00:00:00 2001 From: johnche Date: Tue, 31 Dec 2024 11:34:33 +0800 Subject: [PATCH] =?UTF-8?q?[unity]=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unity/cli/make.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity/cli/make.mjs b/unity/cli/make.mjs index 345ce68a59..ea30963d1f 100644 --- a/unity/cli/make.mjs +++ b/unity/cli/make.mjs @@ -269,7 +269,7 @@ async function runPuertsMake(cwd, options) { console.log('################################## thread_safe ##################################'); BackendConfig.definition.push("THREAD_SAFE"); } - if (options.jitless)) { + if (options.jitless) { console.log('################################## jitless ##################################'); BackendConfig.definition.push("JITLESS"); }