Skip to content

Commit

Permalink
use vendored perl dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Sep 5, 2024
1 parent c11d6c0 commit 7d34044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/web/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build/WebTemplates.h: $(shell find src/apps/web/tmpls/ -type f -name '*.tmpl')
perl golpe/external/templar/templar.pl src/apps/web/tmpls/ tmpl $@
PERL5LIB=golpe/vendor/ perl golpe/external/templar/templar.pl src/apps/web/tmpls/ tmpl $@

src/apps/web/WebReader.o: build/WebTemplates.h build/WebStaticFiles.h

Expand All @@ -23,4 +23,4 @@ build/web-static/favicon.ico: src/apps/web/static/favicon.ico
cp $^ $@

build/WebStaticFiles.h: build/web-static/oddbean.css build/web-static/oddbean.js build/web-static/oddbean.svg build/web-static/favicon.ico
perl golpe/external/hoytech-cpp/dirToCppHeader.pl build/web-static/ oddbeanStatic > $@
PERL5LIB=golpe/vendor/ perl golpe/external/hoytech-cpp/dirToCppHeader.pl build/web-static/ oddbeanStatic > $@

0 comments on commit 7d34044

Please sign in to comment.