Skip to content

Commit f14e9a5

Browse files
committed
fixup! Update vendored zlib library
1 parent 1e5f075 commit f14e9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_libtcod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def walk_sources(directory: str) -> Iterator[str]:
162162

163163
libraries: list[str] = [*build_sdl.libraries]
164164
library_dirs: list[str] = [*build_sdl.library_dirs]
165-
define_macros: list[tuple[str, Any]] = [] # [("Py_LIMITED_API", Py_LIMITED_API)]
165+
define_macros: list[tuple[str, Any]] = [("Z_SOLO", None)] # [("Py_LIMITED_API", Py_LIMITED_API)]
166166

167167
sources += walk_sources("tcod/")
168168
sources += walk_sources("libtcod/src/libtcod/")

0 commit comments

Comments
 (0)