Skip to content

Commit d75cf21

Browse files
committed
Build: Add missing ARM architecture target.
1 parent e71b8ab commit d75cf21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ select = "*armv7l"
5555
environment = {CFLAGS = "-O3 -g1 -pipe -fPIC -flto", AR = "gcc-ar", NM = "gcc-nm", RANLIB = "gcc-ranlib", LDFLAGS = "-fPIC -flto", LUPA_USE_BUNDLE = "true", LUPA_WITH_LUA_DLOPEN = "true"}
5656

5757
[tool.cibuildwheel.windows]
58-
archs = ["AMD64", "x86"]
58+
archs = ["AMD64", "x86", "ARM64"]
5959
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" && python -c \"import lupa.luajit21\" "
6060

6161
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)