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
|
# Makefile.pdlibbuilder dated 2016-10-30
|
||||||
version = 0.4.1
|
version = 0.4.2
|
||||||
|
|
||||||
# Helper makefile for Pure Data external libraries.
|
# Helper makefile for Pure Data external libraries.
|
||||||
# Written by Katja Vetter March-June 2015 for the public domain. No warranties.
|
# Written by Katja Vetter March-June 2015 for the public domain. No warranties.
|
||||||
|
|
@ -692,7 +692,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# store path to Pd API m_pd.h if it is found
|
# store path to Pd API m_pd.h if it is found
|
||||||
ifdef pdincludepath
|
ifdef PDINCLUDEDIR
|
||||||
mpdh := $(shell ls "$(PDINCLUDEDIR)/m_pd.h")
|
mpdh := $(shell ls "$(PDINCLUDEDIR)/m_pd.h")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue