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 2dda1fd commit ef38ab4Copy full SHA for ef38ab4
GNUmakefile
@@ -401,7 +401,7 @@ distclean: clean
401
ifeq ($(MANPAGES),y)
402
# Do not cross-build uudoc
403
build-uudoc:
404
- ${CARGO} build ${CARGOFLAGS} --bin uudoc --features "uudoc ${EXES}" ${PROFILE_CMD} --no-default-features
+ @unset CARGO_BUILD_TARGET && ${CARGO} build ${CARGOFLAGS} --bin uudoc --features "uudoc ${EXES}" ${PROFILE_CMD} --no-default-features
405
406
install-manpages: build-uudoc
407
mkdir -p $(DESTDIR)$(DATAROOTDIR)/man/man1
0 commit comments