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 3d1d2c4 commit d2161c5Copy full SHA for d2161c5
make.lua
@@ -114,7 +114,7 @@ local function targetPlatformArch()
114
return lm.platform:match "^[^-]*-(.*)$"
115
end
116
117
-local notest = platform.OS == 'macOS'
+local notest = (platform.OS == 'macOS' or platform.OS == 'Linux')
118
and targetPlatformArch() == "arm64"
119
and detectArch() == "x86_64"
120
0 commit comments