X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=make%2Funit-cc.pl;h=75c206d8c0a8fc7f47b7e575268b0c8f45ce4f75;hb=a69a7d1dd17065764cec9a0d36ea7626d7945d04;hp=3a40457f2932a93b89171917cc274beefe9151e0;hpb=5c93325b53342095f7f7ba0339e4f3ea52229dfe;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/unit-cc.pl b/make/unit-cc.pl index 3a40457f2..75c206d8c 100755 --- a/make/unit-cc.pl +++ b/make/unit-cc.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl use strict; use warnings; -BEGIN { push @INC, '..'; } +BEGIN { push @INC, $ENV{SOURCEPATH}; } use make::configure; my $file = shift;