Skip to content

Commit 0672108

Browse files
mohawk2ingydotnet
authored andcommitted
No override PERL5LIB as breaks perlbrew
1 parent 63dc6d4 commit 0672108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GRAMMAR = $(shell echo *.pgx)
2-
export PERL5LIB=../pegex-pm/lib
2+
export PERL5LIB := ../pegex-pm/lib:$(PERL5LIB)
33
COMPILE_COMMAND = pegex compile $(OPTIONS) --to=
44
ALL = $(GRAMMAR:%=%.yaml) $(GRAMMAR:%=%.json)
55

0 commit comments

Comments
 (0)