Skip to content

Commit 967a428

Browse files
author
oech3
committed
uudoc
1 parent 387fdba commit 967a428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ INSTALLDIR_BIN=$(DESTDIR)$(BINDIR)
4545
BASEDIR ?= $(shell pwd)
4646
ifdef CARGO_TARGET_DIR
4747
BUILDDIR := $(CARGO_TARGET_DIR)/${PROFILE}
48+
BUILDDIR_UUDOC := $(CARGO_TARGET_DIR)/${PROFILE}
4849
else
4950
BUILDDIR := $(BASEDIR)/target/$(CARGO_BUILD_TARGET)/${PROFILE}
50-
endif
5151
# uudoc should not be cross build
5252
BUILDDIR_UUDOC := $(BASEDIR)/target/$(PROFILE)
53+
endif
5354
PKG_BUILDDIR := $(BUILDDIR)/deps
5455
DOCSDIR := $(BASEDIR)/docs
5556

0 commit comments

Comments
 (0)