We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71b8ab commit d75cf21Copy full SHA for d75cf21
1 file changed
pyproject.toml
@@ -55,7 +55,7 @@ select = "*armv7l"
55
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"}
56
57
[tool.cibuildwheel.windows]
58
-archs = ["AMD64", "x86"]
+archs = ["AMD64", "x86", "ARM64"]
59
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" && python -c \"import lupa.luajit21\" "
60
61
[tool.cibuildwheel.macos]
0 commit comments