We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71f1a5 commit 301c335Copy full SHA for 301c335
pycheribuild/projects/cmake.py
@@ -131,6 +131,7 @@ def setup(self):
131
# Prefer static libraries for 3rd-party dependencies
132
self.add_cmake_options(BUILD_SHARED_LIBS=False)
133
self.add_cmake_options(CMAKE_USE_SYSTEM_LIBRARY_LIBUV=True)
134
+ self.add_cmake_options(HAVE_SSIZE_T=True)
135
if not (BuildLibuv.get_install_dir(self) / self.target_info.default_libdir / "libuv.a").exists():
136
# CMake can't find the static libuv due to a different libname which is installed as libuv_a.a
137
# for some older versions of libuv.
0 commit comments