Skip to content
Snippets Groups Projects
Commit fcef489f authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

add PD_PATH to build instructions for lyonpot and fftease to accommodate Windows build

parent 04b16dee
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ ext13_clean:
FFTEASE_NAME=fftease
fftease:
make -C $(externals_src)/$(FFTEASE_NAME)
make -C $(externals_src)/$(FFTEASE_NAME) PD_PATH=$(pd_src)
fftease_install:
#make -C $(externals_src)/$(FFTEASE_NAME) DESTDIR="$(DESTDIR)" \
......@@ -1149,7 +1149,7 @@ loaders-libdir_clean:
LYON_NAME=lyonpotpourri
lyonpotpourri:
make -C $(externals_src)/$(LYON_NAME)
make -C $(externals_src)/$(LYON_NAME) PD_PATH=$(pd_src)
lyonpotpourri_install:
#make -C $(externals_src)/$(LYON_NAME) DESTDIR="$(DESTDIR)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment