We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2415a commit 5e5968fCopy full SHA for 5e5968f
1 file changed
Makefile
@@ -21,7 +21,7 @@ build-piper1: init-submodules build-libpiper
21
build-libpiper:
22
@echo "Building libpiper..."
23
mkdir -p $(LIBPIPER_BUILD_DIR)
24
- cd $(LIBPIPER_BUILD_DIR) && cmake .. -DCMAKE_INSTALL_PREFIX=$(LIBPIPER_INSTALL_DIR)
+ cd $(LIBPIPER_BUILD_DIR) && cmake .. -DCMAKE_INSTALL_PREFIX=$(CURDIR)/$(LIBPIPER_INSTALL_DIR)
25
cd $(LIBPIPER_BUILD_DIR) && $(MAKE)
26
cd $(LIBPIPER_BUILD_DIR) && $(MAKE) install
27
@echo "libpiper installed to $(LIBPIPER_INSTALL_DIR)/"
0 commit comments