Skip to content

Commit f0322c9

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Build Pyodide wheel
1 parent 1866dd2 commit f0322c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_libtcod.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def walk_sources(directory: str) -> Iterator[str]:
200200
"-Wno-deprecated-declarations",
201201
"-Wno-discarded-qualifiers", # Ignore discarded restrict qualifiers.
202202
"-Wno-error=implicit-function-declaration", # From zlib sources
203+
"-Wno-implicit-function-declaration", # From zlib sources
203204
],
204205
}
205206

0 commit comments

Comments
 (0)