Skip to content

Commit

Permalink
fix(makefile): use PYTHONPATH for mako invocation
Browse files Browse the repository at this point in the history
That way, it will find its resources.
  • Loading branch information
Byron committed Oct 16, 2015
1 parent 53c27da commit 0bd7f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ include $(API_DEPS)
include $(CLI_DEPS)

LICENSE.md: $(MAKO_SRC)/LICENSE.md.mako $(API_SHARED_INFO) $(MAKO_RENDER)
$(MAKO) -io $<=$@ --data-files $(API_SHARED_INFO)
$(PYPATH) $(MAKO) -io $<=$@ --data-files $(API_SHARED_INFO)

license: LICENSE.md

Expand Down

0 comments on commit 0bd7f20

Please sign in to comment.