Skip to content

Commit 02403ef

Browse files
committed
🐞 fix(tools/scripts/modules/rt/private/build/rtflags.lua): fix cpu is nil
1 parent 1565158 commit 02403ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/scripts/modules/rt/private/build/rtflags.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ function get_package_info(package)
129129

130130
if rtn.arch == "aarch64" then
131131
rtn.cpu = "armv8-a"
132+
else
133+
rtn.cpu = ""
132134
end
133135

134136
vprint(rtn)

0 commit comments

Comments
 (0)