We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662ff56 commit f5dbb11Copy full SHA for f5dbb11
pycheribuild/projects/cross/cheribsd.py
@@ -786,7 +786,7 @@ def setup_config_options(
786
if cls._xtarget is None or not cls._xtarget.cpu_architecture.is_32bit():
787
cls.build_lib32 = cls.add_bool_option(
788
"build-lib32",
789
- default=False,
+ default=True,
790
help="Build the 32-bit compatibility userspace libraries (if supported for the current architecture)",
791
)
792
else:
0 commit comments