Skip to content

Commit 6d36ee2

Browse files
committed
update make
1 parent 2016968 commit 6d36ee2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

make/code_format.lua

+1-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ lm:source_set 'code_format' {
3636
defines = "NOT_SUPPORT_FILE_SYSTEM"
3737
},
3838
linux = {
39-
defines = (function()
40-
if lm.platform == "linux-arm64" then
41-
return "NOT_SUPPORT_FILE_SYSTEM"
42-
end
43-
end)(),
39+
defines = "NOT_SUPPORT_FILE_SYSTEM",
4440
flags = "-Wall -Werror"
4541
}
4642
}

0 commit comments

Comments
 (0)