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 39046f3 commit 16376c8Copy full SHA for 16376c8
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.arch = "arm64"
+ lm.target = "arm64-pc-linux-gnu"
33
else
34
error "unknown platform"
35
end
0 commit comments