make path to pd-lib-builder Makefile settable
github/gitlab/... usually don't export git-submodules. having the path configurable allows us to re-use a system-installed clone
This commit is contained in:
parent
33242e1839
commit
d63a61098b
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -16,4 +16,5 @@ datafiles = \
|
|||
# Katja Vetter. You can get it from:
|
||||
# https://github.com/pure-data/pd-lib-builder
|
||||
|
||||
include pd-lib-builder/Makefile.pdlibbuilder
|
||||
PDLIBBUILDER_DIR=pd-lib-builder/
|
||||
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
|
||||
|
|
|
|||
Loading…
Reference in a new issue