Skip to content

build: Do not use help2man if compiled binaries can't be run.

Nicolas Cavallari requested to merge cavallar/libmbim:help2man-fails into master

When cross-compiling, the compiled binaries cannot be run on the build machine, unless one defines a helper (e.g. qemu) in the meson configuration, which is most of the time undesirable.

If help2man is installed on the build machine, then the build would fail because of this. Disable it if the build machine cannot run the compiled binaries.

Merge request reports

Loading