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 387fdba commit 967a428Copy full SHA for 967a428
GNUmakefile
@@ -45,11 +45,12 @@ INSTALLDIR_BIN=$(DESTDIR)$(BINDIR)
45
BASEDIR ?= $(shell pwd)
46
ifdef CARGO_TARGET_DIR
47
BUILDDIR := $(CARGO_TARGET_DIR)/${PROFILE}
48
+BUILDDIR_UUDOC := $(CARGO_TARGET_DIR)/${PROFILE}
49
else
50
BUILDDIR := $(BASEDIR)/target/$(CARGO_BUILD_TARGET)/${PROFILE}
-endif
51
# uudoc should not be cross build
52
BUILDDIR_UUDOC := $(BASEDIR)/target/$(PROFILE)
53
+endif
54
PKG_BUILDDIR := $(BUILDDIR)/deps
55
DOCSDIR := $(BASEDIR)/docs
56
0 commit comments