Skip to content

Commit 30eb2d8

Browse files
committed
fixup! fixup! fixup! fixup! Build Pyodide wheel
1 parent caaa25e commit 30eb2d8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build_libtcod.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ def walk_sources(directory: str) -> Iterator[str]:
230230
ffi.set_source(
231231
module_name,
232232
"""\
233-
#include <string.h>
234-
235233
#include <tcod/cffi.h>
236234
#define SDL_oldnames_h_
237235
#include <SDL3/SDL.h>""",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
"setuptools_scm[toml]>=6.2",
77
"packaging>=24.2",
88
"wheel>=0.37.1",
9-
"cffi>=1.15",
9+
"git+https://github.com/python-cffi/cffi.git", #"cffi>=1.15",
1010
"pycparser>=2.14",
1111
"pcpp==1.30",
1212
"requests>=2.28.1",

0 commit comments

Comments
 (0)