Browse Source

fix lsp build

before_cleanup
Alexandros Theodotou 3 years ago
parent
commit
ac113f45cc
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 4
      Makefile

4
Makefile

@ -311,8 +311,8 @@ endef @@ -311,8 +311,8 @@ endef
# 1: sudo or empty
define make_lsp_dsp_lib
cd $(BUILD_DIR) && tar xf $(LSP_DSP_LIB_TARBALL) && \
cd $(LSP_DSP_LIB_TAG) && \
make fetch && make config && make && $(1) make install
cd lsp-dsp-lib-$(LSP_DSP_LIB_TAG) && \
make config && make fetch && make && $(1) make install
endef
# 1: distro name

Loading…
Cancel
Save