Skip to content

Commit e49c99e

Browse files
authored
Update make.lua
1 parent 3417d06 commit e49c99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ end
1616

1717
if platform.OS == 'Windows' then
1818
if lm.platform == "win32-ia32" then
19-
lm.target = "x86"
19+
lm.arch = "x86"
2020
else
21-
lm.target = "x86_64"
21+
lm.arch = "x86_64"
2222
end
2323
end
2424

0 commit comments

Comments
 (0)