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 a63201a commit eb2a11cCopy full SHA for eb2a11c
examples/braid/scripts/config.lua
@@ -4,8 +4,11 @@ local AMD64_INSTALL_SIZE = 20224358
4
5
local _ = MojoSetup.translate
6
7
--- grumble.
+-- If we decide you have a 32-bit machine, we don't give you the install
8
+-- choice. If we think you're on 64-bit, we'll ask which you want, defaulting
9
+-- to 64.
10
local is32bit =
11
+ MojoSetup.cmdline("32bit") or
12
MojoSetup.info.machine == "x86" or
13
MojoSetup.info.machine == "i386" or
14
MojoSetup.info.machine == "i586" or
0 commit comments