Fix bug where incorrect message about m_pd.h is given
And bump to version 0.4.2
This commit is contained in:
parent
058ba82a47
commit
2e13d8f7a3
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Makefile.pdlibbuilder dated 2016-10-27
|
||||
version = 0.4.1
|
||||
# Makefile.pdlibbuilder dated 2016-10-30
|
||||
version = 0.4.2
|
||||
|
||||
# Helper makefile for Pure Data external libraries.
|
||||
# Written by Katja Vetter March-June 2015 for the public domain. No warranties.
|
||||
|
|
@ -692,7 +692,7 @@ else
|
|||
endif
|
||||
|
||||
# store path to Pd API m_pd.h if it is found
|
||||
ifdef pdincludepath
|
||||
ifdef PDINCLUDEDIR
|
||||
mpdh := $(shell ls "$(PDINCLUDEDIR)/m_pd.h")
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue