Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bd7f20

Browse files
committed
fix(makefile): use PYTHONPATH for mako invocation
That way, it will find its resources.
1 parent 53c27da commit 0bd7f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ include $(API_DEPS)
7575
include $(CLI_DEPS)
7676

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

8080
license: LICENSE.md
8181

0 commit comments

Comments
 (0)