From 1a1459f06c698bd441f7d910a8d18ae8ce46a9fd Mon Sep 17 00:00:00 2001 From: Guenter Knittel Date: Fri, 12 Jan 2018 11:01:33 +0100 Subject: [PATCH] add new lib path to perl --- scripts/compile.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/compile.pl b/scripts/compile.pl index e2f605b..75c6b5d 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -6,6 +6,7 @@ use FileHandle; use Getopt::Long; use Term::ANSIColor qw(:constants); use Cwd; +use lib '.'; ################################################################################### #Settings for this project -- 2.43.0