Skip to content

Commit ef38ab4

Browse files
authored
Add unset (incorrectly removed)
1 parent 2dda1fd commit ef38ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ distclean: clean
401401
ifeq ($(MANPAGES),y)
402402
# Do not cross-build uudoc
403403
build-uudoc:
404-
${CARGO} build ${CARGOFLAGS} --bin uudoc --features "uudoc ${EXES}" ${PROFILE_CMD} --no-default-features
404+
@unset CARGO_BUILD_TARGET && ${CARGO} build ${CARGOFLAGS} --bin uudoc --features "uudoc ${EXES}" ${PROFILE_CMD} --no-default-features
405405

406406
install-manpages: build-uudoc
407407
mkdir -p $(DESTDIR)$(DATAROOTDIR)/man/man1

0 commit comments

Comments
 (0)