Skip to content

Commit f5dbb11

Browse files
committed
cheribsd.py: Enable build-lib32 by default
This has been supported in CheriBSD, and enabled by default in Jenkins, since 23.11, so stop disabling it.
1 parent 662ff56 commit f5dbb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycheribuild/projects/cross/cheribsd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ def setup_config_options(
786786
if cls._xtarget is None or not cls._xtarget.cpu_architecture.is_32bit():
787787
cls.build_lib32 = cls.add_bool_option(
788788
"build-lib32",
789-
default=False,
789+
default=True,
790790
help="Build the 32-bit compatibility userspace libraries (if supported for the current architecture)",
791791
)
792792
else:

0 commit comments

Comments
 (0)