Skip to content

Commit

Permalink
Make path to Makefile.pdlibbuilder overridable by the user
Browse files Browse the repository at this point in the history
Closes: #245
  • Loading branch information
IOhannes m zmölnig authored and IOhannes m zmölnig committed Feb 8, 2025
1 parent 9cdbf70 commit 9c0afcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hvcc/generators/c2pdext/templates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ common.sources += $(wildcard pdext/*.cpp)
# all extra files to be included in binary distribution of the library
#datafiles = helloworld-help.pd helloworld-meta.pd README.md

include Makefile.pdlibbuilder
PDLIBBUILDER_DIR=.
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder

0 comments on commit 9c0afcd

Please sign in to comment.