Skip to content

Commit

Permalink
[unity]构建脚本语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Dec 31, 2024
1 parent 2f427fa commit a52bc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/cli/make.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit a52bc59

Please sign in to comment.