We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8ac1d commit 39046f3Copy full SHA for 39046f3
make.lua
@@ -29,7 +29,7 @@ elseif platform.OS == 'Linux' then
29
elseif lm.platform == "linux-x64" then
30
elseif lm.platform == "linux-arm64" then
31
lm.compiler = "clang"
32
- lm.target = "arm64-linux-gnu"
+ lm.arch = "arm64"
33
else
34
error "unknown platform"
35
end
0 commit comments